I'm working on an Android app which downloads new-updated resources from a remote server whose platform isn't specified yet.
The app compares the size of the pre-downloaded local file and the remote file from the server which is a terrible idea.
I just heard that the size of a file can be different depending on the platform the file lies on, to my surprise.
https://askubuntu.com/q/341143
So, question:
Is an identical file expected to be the same in size in all across the Android devices?