Merge "Update Android Settings for the latest Extra App Info design" into sc-dev

This commit is contained in:
Trevor Black
2021-05-04 17:38:26 +00:00
committed by Android (Google) Code Review
5 changed files with 18 additions and 0 deletions

View File

@@ -13276,6 +13276,8 @@
<!-- Label for extra app info settings for a specific app [CHAR LIMIT=40] -->
<string name="extra_app_info_label" translatable="false"></string>
<!-- Summary for extra app info settings for a specific app [CHAR LIMIT=40] -->
<string name="extra_app_info_summary" translatable="false"></string>
<!-- Title for toggle controlling whether notifications are shown when an app pastes from clipboard. [CHAR LIMIT=50] -->
<string name="show_clip_access_notification">Show clipboard access</string>

View File

@@ -83,6 +83,7 @@
<Preference
android:key="extra_app_info_settings"
android:title="@string/extra_app_info_label"
android:summary="@string/extra_app_info_summary"
settings:controller="com.android.settings.applications.appinfo.ExtraAppInfoPreferenceController" />
<Preference