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 permission?
error: java.lang.SecurityException: Neither user 10051 nor current process has android.permission.INSTALL_PACKAGES.
My AndroidManifest.xml
has added uses-permission android:name="android.permission.INSTALL_PACKAGES"