I'm getting tired of deleting apps to install an app. Right now I need every app I got but also need to download another app. I got no more space left. I've searched high and low for a way to move my apps, completely, to SD card but to no avail. And I don't want to "link" them to SD. I want to "move" them to create space.
Can anyone point me in the right direction please? Thanks!
Android 7 | Rooted | Moto C Plus
/data/app
or/data/data
or/data/media
. Or bind mount specific app directories. SD card must be of app grade for a smooth experience. You can createinit
services to automatically mount them on every boot. Also take care of UIDs, GIDs, modes and SELinux labels. See this answer to get started: https://android.stackexchange.com/a/217936/218526. And please don't say that's a different question. Basic concepts are the same. – Irfan Latif Mar 01 '21 at 00:48