Merge "Update javadoc for EXTRA_SHOWING_ATTRIBUTION"

This commit is contained in:
Mark Cwalinski
2021-11-22 18:38:26 +00:00
committed by Android (Google) Code Review

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>