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

Commit 8730cc4e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add documentation for passing EXTRA_PERMISSION_NAME to REVIEW_PERMISSION_USAGE."

parents bdf67f63 b995edac
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