Skip to content
Snippets Groups Projects
Commit 633c3744 authored by Song Chun Fan's avatar Song Chun Fan Committed by Android (Google) Code Review
Browse files

Merge "[pm] fix javadoc link for setPermissionState" into udc-dev

parents 9e1f5f9a 0e19e64b
No related branches found
No related tags found
No related merge requests found
......@@ -2565,9 +2565,9 @@ public class PackageInstaller {
* Sets the state of permissions for the package at installation.
* <p/>
* Granting any runtime permissions require the
* {@link android.Manifest.permission#INSTALL_GRANT_RUNTIME_PERMISSIONS} permission to be
* held by the caller. Revoking runtime permissions is not allowed, even during app update
* sessions.
* {@link android.Manifest.permission#INSTALL_GRANT_RUNTIME_PERMISSIONS
* INSTALL_GRANT_RUNTIME_PERMISSIONS} permission to be held by the caller. Revoking runtime
* permissions is not allowed, even during app update sessions.
* <p/>
* Holders without the permission are allowed to change the following special permissions:
* <p/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment