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

This commit is contained in:
Song Chun Fan
2023-05-08 17:44:51 +00:00
committed by Android (Google) Code Review

View File

@@ -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/>