summaryrefslogtreecommitdiff
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorGuojing Yuan <guojing@google.com>2021-03-12 02:02:18 +0000
committerGuojing Yuan <guojing@google.com>2021-03-12 21:02:15 +0000
commit0cdc55bc8be6348d1145f7388d8a2bb768edf50c (patch)
tree1a59ff6907bc2b4d42426f0453140f271ced1d8d /core/java/android/content/Intent.java
parent4fadd2013f84826069344a25409dd50780bcc21a (diff)
Update javadoc for Intent.ACTION_VIEW_PERMISSION_USAGE
BUG: 182204957 Test: N/A Change-Id: I70f0dd7dffaa14730ebc96c0e9c7f82bbe36bb9f
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index d352b273f882..33bb118df476 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -1940,8 +1940,8 @@ public class Intent implements Parcelable, Cloneable {
/**
* Activity action: Launch UI to show information about the usage
- * of a given permission. This action would be handled by apps that
- * want to show details about how and why given permission is being
+ * of a given permission group. This action would be handled by apps that
+ * want to show details about how and why given permission group is being
* used.
* <p>
* <strong>Important:</strong>You must protect the activity that handles
@@ -1951,7 +1951,7 @@ public class Intent implements Parcelable, Cloneable {
* activities that are not properly protected.
*
* <p>
- * Input: {@code android.intent.extra.PERMISSION_NAME} specifies the permission
+ * Input: {@link android.Manifest.permission_group} specifies the permission group
* for which the launched UI would be targeted.
* </p>
* <p>