From a4a0aeb323d1e6facea7c4f2dca659084e5ac9d9 Mon Sep 17 00:00:00 2001 From: Pyuli Naithani Date: Fri, 14 Jan 2022 19:05:00 +0000 Subject: [PATCH] Update the documentation for intent ACTION_VIEW_APP_FEATURES to include the tag for the preference summary. BUG: 188920241 Test: N/A Change-Id: I1e94702c54e89157fc201fb4b34420c6a8a27a7e --- core/java/android/content/Intent.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 7f00bcb1dccbd..65074dd761510 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2385,6 +2385,10 @@ public class Intent implements Parcelable, Cloneable { * {@link android.Manifest.permission#START_VIEW_APP_FEATURES} permission to ensure that * only the system can launch this activity. The system will not launch activities * that are not properly protected. + * + * An optional tag in the activity's manifest with + * android:name=app_features_preference_summary and android:resource=@string/ will + * be used to add a summary line for the "All Services" preference in settings. *

* @hide */