Skip to content Skip to sidebar Skip to footer

Neither User 10051 Nor Current Process Has Android.permission.install_packages

My project has a problem of Silent Installation. my project need the permission 'android.permission.INSTALL_PACKAGES',but the permission is system permission. How to use this permi

Solution 1:

This permission is only given to system apps. In order to get this permission, your app:

1) must be signed with the system certificates. These certificates are generally available only to the device manufacturers.

2) be installed in /system/app partition.

Post a Comment for "Neither User 10051 Nor Current Process Has Android.permission.install_packages"