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

Commit 33e76ef0 authored by Eugene Susla's avatar Eugene Susla Committed by Automerger Merge Worker
Browse files

Merge "Update auto revoke deeplink action javadoc: extra -> Uri" into rvc-dev...

Merge "Update auto revoke deeplink action javadoc: extra -> Uri" into rvc-dev am: 181ef8df am: d57a34e1

Change-Id: I76c454de15a65f8592362c63e92cf83a69668d56
parents 3817632e d57a34e1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1885,8 +1885,9 @@ public class Intent implements Parcelable, Cloneable {
    /**
     * Activity action: Launch UI to manage auto-revoke state.
     * <p>
     * Input: {@link #EXTRA_PACKAGE_NAME} specifies the package whose
     * auto-revoke state will be reviewed (mandatory).
     * Input: {@link Intent#setData data} should be a {@code package}-scheme {@link Uri} with
     * a package name, whose auto-revoke state will be reviewed (mandatory).
     * E.g. {@code Uri.fromParts("package", packageName, null) }
     * </p>
     * <p>
     * Output: Nothing.