Install apps in data/app instead of default system/app when building android from source -
when build android source code, apps install system apps in system/app. not want that. want apps install normal apps in data/app makes easy user uninstall app
this answer did not me, install app data/app instead of system/app in android source compilation
the andoid source build makes system.img. not include data partition cannot add apps data partition. apps built source go either /system/app or /system/priv-app.
Comments
Post a Comment