I see the option in the IDE to enable app install on external storage. But should we make any changes to the code after doing so? I mean currently I download some images to File.DirInternal. Should I change all the code to File.DirDefaultExternal, when install on external storage is enabled? And should I manually check whether the external storage is writeable?
Also generally, is there any disadvantage to allowing users to install on external storage, other than the fact that it might slow down the app due to lower access rates of SD cards?
Also generally, is there any disadvantage to allowing users to install on external storage, other than the fact that it might slow down the app due to lower access rates of SD cards?