Merge "Update auto revoke deeplink action javadoc: extra -> Uri" into rvc-dev am: 181ef8dfa1 am: d57a34e141 am: a986bee4ed

Change-Id: Ibd6e39f9ade2b1b5a683c34d353f1147a08ec4d2
This commit is contained in:
Eugene Susla
2020-04-24 23:28:42 +00:00
committed by Automerger Merge Worker

View File

@@ -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.