[pm] fix javadoc link for setPermissionState

Fix rendering issue like https://screenshot.googleplex.com/8T9KG6t8Dtaxbqm.png

BUG: 281537456
Test: builds
Change-Id: I93f32fbc4c3dc02f79af9224ac484d011799065f
This commit is contained in:
Songchun Fan
2023-05-08 08:18:16 -07:00
committed by Song Chun Fan
parent 95977e0691
commit 0e19e64bd3

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