Notifications settings updates to match spec:
- change badge language & remove summary
- change caps on sound text
Bug: 37479730, 37480708
Test: string changes manually verified
Change-Id: Iae7416cecd2cd6d84c2a05fd707f791bc5fe7ceb
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 83aefa0..8d5c400 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -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>
diff --git a/res/xml/app_notification_settings.xml b/res/xml/app_notification_settings.xml
index bfb91ef..483b4a0 100644
--- a/res/xml/app_notification_settings.xml
+++ b/res/xml/app_notification_settings.xml
@@ -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" />
diff --git a/res/xml/channel_notification_settings.xml b/res/xml/channel_notification_settings.xml
index 7e5045a..4cf171f 100644
--- a/res/xml/channel_notification_settings.xml
+++ b/res/xml/channel_notification_settings.xml
@@ -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" />