Update javadoc for Intent.ACTION_VIEW_PERMISSION_USAGE

BUG: 182204957

Test: N/A

Merged-In: I70f0dd7dffaa14730ebc96c0e9c7f82bbe36bb9f

Change-Id: I70f0dd7dffaa14730ebc96c0e9c7f82bbe36bb9f
This commit is contained in:
Guojing Yuan
2021-03-12 02:02:18 +00:00
parent 636c57cf22
commit 92b204d879

View File

@@ -1938,8 +1938,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
@@ -1949,7 +1949,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>