diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 7c4720ca3e643..688483a5c9694 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. *
*