Update javadoc for EXTRA_SHOWING_ATTRIBUTION

Bug: 205738667

Change-Id: Ib32e904163164b8a9dbc5c2cf50b655b35b93a04
This commit is contained in:
Mark Cwalinski
2021-11-17 00:10:32 +00:00
parent b6e829a03c
commit 97c4d98302

View File

@@ -5522,8 +5522,8 @@ public class Intent implements Parcelable, Cloneable {
/**
* A boolean extra, when used with {@link #ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD},
* that specifies whether the system displayed attribution information in the
* permission usage system UI for the chosen entry.
* that specifies whether the permission usage system UI is showing attribution information
* for the chosen entry.
*
* <p> The extra can only be true if application has specified attributionsAreUserVisible
* in its manifest. </p>