From 0e19e64bd3d6a7e4ecedfb65b50392d881ef0388 Mon Sep 17 00:00:00 2001 From: Songchun Fan Date: Mon, 8 May 2023 08:18:16 -0700 Subject: [PATCH] [pm] fix javadoc link for setPermissionState Fix rendering issue like https://screenshot.googleplex.com/8T9KG6t8Dtaxbqm.png BUG: 281537456 Test: builds Change-Id: I93f32fbc4c3dc02f79af9224ac484d011799065f --- core/java/android/content/pm/PackageInstaller.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/content/pm/PackageInstaller.java b/core/java/android/content/pm/PackageInstaller.java index 56f6f8206d305..d4e231b70c3ee 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. *

* 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. *

* Holders without the permission are allowed to change the following special permissions: *