From 97c4d983025c348016d5c9a8a517bc6a24a204ef Mon Sep 17 00:00:00 2001 From: Mark Cwalinski Date: Wed, 17 Nov 2021 00:10:32 +0000 Subject: [PATCH] Update javadoc for EXTRA_SHOWING_ATTRIBUTION Bug: 205738667 Change-Id: Ib32e904163164b8a9dbc5c2cf50b655b35b93a04 --- core/java/android/content/Intent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 3c9b1f81da8ad..3c8b536b59cfd 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.