Merge "Update javadoc for Intent.ACTION_VIEW_PERMISSION_USAGE" into mainline-prod
This commit is contained in:
committed by
Android (Google) Code Review
commit
624e605bc9
@@ -1938,8 +1938,8 @@ public class Intent implements Parcelable, Cloneable {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Activity action: Launch UI to show information about the usage
|
* Activity action: Launch UI to show information about the usage
|
||||||
* of a given permission. This action would be handled by apps that
|
* of a given permission group. This action would be handled by apps that
|
||||||
* want to show details about how and why given permission is being
|
* want to show details about how and why given permission group is being
|
||||||
* used.
|
* used.
|
||||||
* <p>
|
* <p>
|
||||||
* <strong>Important:</strong>You must protect the activity that handles
|
* <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.
|
* activities that are not properly protected.
|
||||||
*
|
*
|
||||||
* <p>
|
* <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.
|
* for which the launched UI would be targeted.
|
||||||
* </p>
|
* </p>
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
Reference in New Issue
Block a user