diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index a3efbd771fadd..2b8681ae56ea9 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -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. * *
The extra can only be true if application has specified attributionsAreUserVisible * in its manifest.