Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d09dab4 authored by Yanting Yang's avatar Yanting Yang Committed by Android (Google) Code Review
Browse files

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

parents 8bf60127 fa8591ed
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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"