Update notification settings to match Notification Dot branding.

Bug: 38387970
Test: string changes only, manually verified

Change-Id: If4086c9c89bef07a6ce0bb1d2ea4259c6369e93b
This commit is contained in:
Alison Cichowlas
2017-05-24 13:15:27 -04:00
parent 8b8f27cd06
commit 5fe7b7985c
2 changed files with 8 additions and 8 deletions

View File

@@ -6517,8 +6517,8 @@
<!-- Configure Notifications: Work profile section header [CHAR LIMIT=30] --> <!-- Configure Notifications: Work profile section header [CHAR LIMIT=30] -->
<string name="profile_section_header">Work notifications</string> <string name="profile_section_header">Work notifications</string>
<!-- Configure Notifications: Title for the notification badging option. [CHAR LIMIT=30] --> <!-- Configure Notifications: Title for the notification badging option. [CHAR LIMIT=30 BACKUP_MESSAGE_ID=5125022693565388760] -->
<string name="notification_badging_title">Allow icon badges</string> <string name="notification_badging_title">Allow notification dots</string>
<!-- Configure Notifications: Title for the pulse notification light option. [CHAR LIMIT=30] --> <!-- Configure Notifications: Title for the pulse notification light option. [CHAR LIMIT=30] -->
<string name="notification_pulse_title">Blink light</string> <string name="notification_pulse_title">Blink light</string>
@@ -6753,9 +6753,6 @@
<item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> categories deleted</item> <item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> categories deleted</item>
</plurals> </plurals>
<!-- [CHAR LIMIT=45\ Global notification badge setting -->
<string name="notification_badges">Notification badges</string>
<!-- [CHAR LIMIT=NONE] App notification settings: notifications enabled--> <!-- [CHAR LIMIT=NONE] App notification settings: notifications enabled-->
<string name="notification_toggle_on">On</string> <string name="notification_toggle_on">On</string>
@@ -6774,8 +6771,11 @@
<!-- [CHAR LIMIT=NONE] Channel notification settings: Block option description--> <!-- [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> <string name="notification_content_block_summary">Never show notifications in the shade or on peripheral devices</string>
<!-- [CHAR LIMIT=NONE] [BACKUP_MESSAGE_ID:7166470350070693657] Channel notification settings: Badging option title --> <!-- [CHAR LIMIT=NONE BACKUP_MESSAGE_ID:7166470350070693657] App notification settings: Badging option title -->
<string name="notification_badge_title">Allow icon badge</string> <string name="notification_badge_title">Allow notification dot</string>
<!-- [CHAR LIMIT=NONE BACKUP_MESSAGE_ID:7166470350070693657] Channel notification settings: Badging option title -->
<string name="notification_channel_badge_title">Show notification dot</string>
<!-- [CHAR LIMIT=NONE] App notification settings: Override DND option title --> <!-- [CHAR LIMIT=NONE] App notification settings: Override DND option title -->
<string name="app_notification_override_dnd_title">Override Do Not Disturb</string> <string name="app_notification_override_dnd_title">Override Do Not Disturb</string>

View File

@@ -40,7 +40,7 @@
<!-- Show badge --> <!-- Show badge -->
<com.android.settingslib.RestrictedSwitchPreference <com.android.settingslib.RestrictedSwitchPreference
android:key="badge" android:key="badge"
android:title="@string/notification_badge_title" android:title="@string/notification_channel_badge_title"
settings:useAdditionalSummary="true" settings:useAdditionalSummary="true"
settings:restrictedSwitchSummary="@string/enabled_by_admin" /> settings:restrictedSwitchSummary="@string/enabled_by_admin" />