From 5a67ef6b76cb1371ee27a5bab05467b1a7efa387 Mon Sep 17 00:00:00 2001 From: Guojing Yuan Date: Tue, 25 May 2021 00:18:17 +0000 Subject: [PATCH] Update javadoc for ACTION_VIEW_PERMISSION_USAGE Bug: 176902658 Test: N/A Change-Id: Ic4928fed75ad986c13af704d13985602ba972553 --- core/java/android/content/Intent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index a436fa48a5f26..0b9d6140d1bf6 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -1983,7 +1983,7 @@ public class Intent implements Parcelable, Cloneable { * activities that are not properly protected. * *

- * Input: {@link android.Manifest.permission_group} specifies the permission group + * Input: {@link #EXTRA_PERMISSION_GROUP_NAME} specifies the permission group * for which the launched UI would be targeted. *

*