I know that apps can be moved to SD card to make space on the internal storage. I’ve read that this is a setting that is done on Android I have no idea how however, could Fuse make this possible for all apps it builds on Android. I’d really love if my app could easily be moved to SD card for users who barely have internal storage space.
I think you can use a uxl file to copy an AndroidMaifest.xml file into the Android build.
If you look at:
you’ll see that in the Dropbox-Android.uxl file there’s a line that allows the AndroidManifest.xml file
in the directory to be processed into the build.
In this manfiest you would then put:
android:installLocation="preferExternal"
in the manifest tag.
If there is an easier way I’d also like to know.
Regards,
Matt