Update the documentation for intent ACTION_VIEW_APP_FEATURES to include the <meta-data> tag for the preference summary.

BUG: 188920241

Test: N/A
Change-Id: I1e94702c54e89157fc201fb4b34420c6a8a27a7e
This commit is contained in:
Pyuli Naithani
2022-01-14 19:05:00 +00:00
parent 9aaf48a2c4
commit a4a0aeb323

View File

@@ -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 <meta-data> tag in the activity's manifest with
* android:name=app_features_preference_summary and android:resource=@string/<string name> will
* be used to add a summary line for the "All Services" preference in settings.
* </p>
* @hide
*/