diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2021-05-25 03:17:56 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-05-25 03:17:56 +0000 |
| commit | 09a4771708603e1b208cee5e8bb86b31d5a481aa (patch) | |
| tree | 54ce179f8c6d10f3e553ff116f0e38dc12577a23 /core/java/android/content/Intent.java | |
| parent | dc61ccec60fe352645cfc0c352f0ea65836e4a88 (diff) | |
| parent | 5a67ef6b76cb1371ee27a5bab05467b1a7efa387 (diff) | |
Merge "Update javadoc for ACTION_VIEW_PERMISSION_USAGE" into sc-dev
Diffstat (limited to 'core/java/android/content/Intent.java')
| -rw-r--r-- | core/java/android/content/Intent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 7c4720ca3e64..688483a5c969 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. * * <p> - * 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. * </p> * <p> |
