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

Commit b9a2d6a6 authored by Alison Cichowlas's avatar Alison Cichowlas Committed by Android (Google) Code Review
Browse files

Merge "Notifications settings updates to match spec: - change badge language &...

Merge "Notifications settings updates to match spec: - change badge language & remove summary - change caps on sound text" into oc-dev
parents 154824f1 28543f82
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -6600,8 +6600,8 @@
    <!-- [CHAR LIMIT=100] Notification Importance title: high importance level title -->
    <string name="notification_importance_high_title">Urgent</string>
    <!-- [CHAR LIMIT=40] Notification importance title -->
    <string name="allow_sound">Allow Sound</string>
    <!-- [CHAR LIMIT=40 BACKUP_MESSAGE_ID:6585849855452076626] Notification importance title -->
    <string name="allow_sound">Allow sound</string>
    <!-- [CHAR LIMIT=180] Notification importance summary -->
    <string name="show_silently_summary">Don\'t make sound, vibrate, or peek these notifications into view on the current screen.</string>
@@ -6760,11 +6760,8 @@
    <!-- [CHAR LIMIT=NONE] Channel notification settings: Block option description-->
    <string name="notification_content_block_summary">Never show notifications in the shade or on peripheral devices</string>
    <!-- [CHAR LIMIT=NONE] Channel notification settings: Badging option title -->
    <string name="notification_badge_title">Badge app icon</string>
    <!-- [CHAR LIMIT=NONE] Channel notification settings: Badge option description-->
    <string name="notification_badge_summary">Show notifications as badges on the Home app, if supported.</string>
    <!-- [CHAR LIMIT=NONE] [BACKUP_MESSAGE_ID:7166470350070693657] Channel notification settings: Badging option title -->
    <string name="notification_badge_title">Allow icon badge</string>
    <!-- [CHAR LIMIT=NONE] App notification settings: Override DND option title -->
    <string name="app_notification_override_dnd_title">Override Do Not Disturb</string>
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
    <com.android.settingslib.RestrictedSwitchPreference
        android:key="badge"
        android:title="@string/notification_badge_title"
        android:summary="@string/notification_badge_summary"
        settings:useAdditionalSummary="true"
        settings:restrictedSwitchSummary="@string/enabled_by_admin" />

+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@
    <com.android.settingslib.RestrictedSwitchPreference
        android:key="badge"
        android:title="@string/notification_badge_title"
        android:summary="@string/notification_badge_summary"
        settings:useAdditionalSummary="true"
        settings:restrictedSwitchSummary="@string/enabled_by_admin" />