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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -