unchained-android
unchained-android copied to clipboard
Allow app to be moved to microSD card
- Phone is not rooted
- Set option "override manifest to allow apps to install on external storage" tutorial from here: https://www.youtube.com/watch?v=ltoQ01uRgpE
- App crashes a lot if installed on external storage
Because I only have 16GB internal storage, of which is almost 10GB Android OS, I would like to move as much apps as I can to the external microSD.
I added in this commit the string needed to allow moving directly to the sd card without using the developer option but it does not allow me to do it. Currently investigating because I can't find any resource on the exceptions I get.
Does this also happen with the release apk?
Yes