Split PackageInstaller app into installation and permissions management
The two components were mostly independant for a long time. Since I1e80a3f5e63d02b3859ecf74af21ca4c61f96874 the installation flow does not grant any permissions anymore and the last connection between these parts was broken. The new app "com.android.packageinstaller" in frameworks/base/packages/PackageInstaller will only handle (side load) package installtion and uninstallation. The exisiting app will be renamed to "com.android.permissioncontroller" and only handle permission granting and permission management. This change set also updates the make files to install the two apps on the appropriate devices. Test: Installed + uninstalled packages Change-Id: I37dda69218ea2a703a6379bb5bcbd3449b3360ad
Loading
Please register or sign in to comment