Merge "Rename the screen title of all apps" into sc-dev am: 11ad3be029

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13981626

Change-Id: I65ca45a523f6c6d4461d23925b33bbbfd1e296de
This commit is contained in:
Yanting Yang
2021-03-24 12:30:31 +00:00
committed by Automerger Merge Worker
3 changed files with 6 additions and 3 deletions

View File

@@ -13007,4 +13007,7 @@
<!-- Summary for toggle controlling whether notifications are shown when an app pastes from clipboard. [CHAR LIMIT=NONE] -->
<string name="show_clip_access_notification_summary">Show a message when apps access text, images, or other content you\u2019ve copied</string>
<!-- All apps screen title, entry name on Apps page for the user to go to the all apps page. [CHAR LIMIT=30] -->
<string name="all_apps">All apps</string>
</resources>

View File

@@ -23,7 +23,7 @@
<Preference
android:key="all_app_infos"
android:title="@string/applications_settings"
android:title="@string/all_apps"
android:summary="@string/summary_placeholder"
android:order="-999"
android:fragment="com.android.settings.applications.manageapplications.ManageApplications"