Android Getexternalfilesdir Vs Getfilesdir() For Big Files
Solution 1:
Even having 20GB in data partition (not the same that internal storage that you show in the default file explorer) one app that waste 2GB is about 10% it have to be very important for me to keep it i use more of 10 apps . and many telephones dont have 20GB.
To have 2GB in the internal storage of the device is to much for one app , many devices have 2GB or 4GB in Data partition, some have less and the point with apps is made to run in all devices as posible.
The data partition is used for the system apps to store data to if is full the system gets slow and malfunction. If the external storage is full is not the same.
If you want probide some security like "the data of this app can't be stealed unless you root the phone" You can store youre data in the external storage encripted, and save the key in the internal, to prevent other aplications to steal the data.
Post a Comment for "Android Getexternalfilesdir Vs Getfilesdir() For Big Files"