Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63a2fa88 authored by Guojing Yuan's avatar Guojing Yuan Committed by Automerger Merge Worker
Browse files

Merge "Update javadoc for Intent.ACTION_VIEW_PERMISSION_USAGE" into sc-dev am: ac40826e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13842256

Change-Id: I874594b91ba4cb17723c71e8e1cdb252d7824912
parents bba410d9 ac40826e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1954,8 +1954,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
@@ -1965,7 +1965,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>