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

Commit fa8591ed authored by Yanting Yang's avatar Yanting Yang
Browse files

Rename the title for the apps settings tile in silky home

Bug: 168166015
Test: robotest & visual with turning on/off silky home
Change-Id: Ic11304122cfb97d670c64dd88af4112f541d7a63
parent 16bbb86f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12441,4 +12441,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"