-
-
Notifications
You must be signed in to change notification settings - Fork 0
REQUEST_INSTALL_PACKAGES
Saasmull edited this page May 6, 2021
·
1 revision
Added in API level 23
public static final String REQUEST_INSTALL_PACKAGES
Allows an application to request installing packages. Apps targeting APIs greater than 25 must hold this permission in order to use Intent.ACTION_INSTALL_PACKAGE
.
Protection level: signature
Constant Value: "android.permission.REQUEST_INSTALL_PACKAGES"
This was it.