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

Commit 17c47f14 authored by Yuri Lin's avatar Yuri Lin Committed by Android (Google) Code Review
Browse files

Merge "Cosmetic changes to zen mode people & sound/vibration screens"

parents 7e324bb6 0a7554ac
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9752,6 +9752,9 @@
    setting page -->
    <string name="zen_mode_people_calls_messages_section_title" translatable="false">Who can reach you</string>
    <!-- [CHAR LIMIT=NONE] Zen mode settings: people screen footer -->
    <string name="zen_mode_people_footer" translatable="false">Even if messaging or calling apps can\u0027t notify you, people you choose here can still reach you through those apps</string>
    <!-- [CHAR LIMIT=40] Zen mode settings: Allow calls toggle title -->
    <string name="zen_mode_calls_title">Calls</string>
    <!-- [CHAR LIMIT=20] Zen mode settings: Calls option -->
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@

   </PreferenceCategory>

   <!-- Footer that shows if user is put into alarms only or total silence mode by an app -->
   <com.android.settingslib.widget.FooterPreference/>

</PreferenceScreen>
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
    android:title="@string/zen_category_exceptions" >

    <PreferenceCategory
        android:title="@string/zen_mode_settings_category"
        android:key="zen_mode_settings_category_sound_vibration">

        <!-- Alarms -->
+2 −2
Original line number Diff line number Diff line
@@ -60,8 +60,8 @@ public class ZenModePeopleSettings extends ZenModeSettingsBase implements Indexa
                "zen_mode_people_calls"));
        controllers.add(new ZenModeMessagesPreferenceController(context, lifecycle,
                "zen_mode_people_messages"));
        controllers.add(new ZenModeSettingsFooterPreferenceController(context, lifecycle,
                fragmentManager));
        controllers.add(new ZenModeBehaviorFooterPreferenceController(context, lifecycle,
                R.string.zen_mode_people_footer));
        return controllers;
    }