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

Commit b995edac authored by Joel Galenson's avatar Joel Galenson
Browse files

Add documentation for passing EXTRA_PERMISSION_NAME to REVIEW_PERMISSION_USAGE.

REVIEW_PERMISSION_USAGE now supports being passed a permission name.
Document that in the comment.

Bug: 120222495
Test: Compile
Change-Id: Iedd2d98b5150bdf21fa80489889a0672d58dd1f2
parent 9180cf1d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1916,12 +1916,15 @@ public class Intent implements Parcelable, Cloneable {
    /**
     * Activity action: Launch UI to review app uses of permissions.
     * <p>
     * Input: Nothing
     * Input: {@link #EXTRA_PERMISSION_NAME} specifies the permission name
     * that will be displayed by the launched UI.
     * </p>
     * <p>
     * Output: Nothing.
     * </p>
     *
     * @see #EXTRA_PERMISSION_NAME
     *
     * @hide
     */
    @SystemApi