Merge "Rename the title for the apps settings tile in silky home"

This commit is contained in:
Yanting Yang
2020-11-20 15:15:15 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 1 deletions

View File

@@ -12466,4 +12466,7 @@
<!-- Toast message to inform reset notification importance is completed [CHAR LIMIT=NONE] -->
<string name="reset_importance_completed">Reset notification importance completed.</string>
<!-- Title for setting tile leading to Apps settings [CHAR LIMIT=40]-->
<string name="apps_dashboard_title">Apps</string>
</resources>

View File

@@ -50,7 +50,7 @@
android:icon="@drawable/ic_homepage_apps"
android:key="top_level_apps_and_notifs"
android:order="-110"
android:title="@string/app_and_notification_dashboard_title"/>
android:title="@string/apps_dashboard_title"/>
<Preference
android:fragment="com.android.settings.notification.ConfigureNotificationSettings"