summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Songchun Fan <schfan@google.com> 2023-05-08 08:18:16 -0700
committer Song Chun Fan <schfan@google.com> 2023-05-08 17:24:17 +0000
commit0e19e64bd3d6a7e4ecedfb65b50392d881ef0388 (patch)
tree0f4948b0be2c05ee7a8d3bb5a84321930745c3ef
parent95977e069100dcd3f105621135d48e7c6afc44ed (diff)
[pm] fix javadoc link for setPermissionState
Fix rendering issue like https://screenshot.googleplex.com/8T9KG6t8Dtaxbqm.png BUG: 281537456 Test: builds Change-Id: I93f32fbc4c3dc02f79af9224ac484d011799065f
-rw-r--r--core/java/android/content/pm/PackageInstaller.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/content/pm/PackageInstaller.java b/core/java/android/content/pm/PackageInstaller.java
index 56f6f8206d30..d4e231b70c3e 100644
--- a/core/java/android/content/pm/PackageInstaller.java
+++ b/core/java/android/content/pm/PackageInstaller.java
@@ -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/>