App & channel notification settings updates
- change 'block all' to an on/off switch bar - update channel list summary text when notifications are toggled on/off on app settings page - Add 'off state' text - change style of foot items - change 'importance' from a dropdown to its own page Bug: 37538972 Bug: 37479730 Fixes: 37541624 Fixes: 37549732 Test: manual Change-Id: I0e5cc66ba539ce2b76b4ad6541bf6bfb5b58c373
This commit is contained in:
@@ -6558,7 +6558,10 @@
|
||||
<!-- Notification Settings: Title for the option managing notifications per application. [CHAR LIMIT=30] -->
|
||||
<string name="app_notifications_title">Notifications</string>
|
||||
|
||||
<!-- [CHAR LIMIT=100] Notification importance slider title -->
|
||||
<!-- [CHAR LIMIT=100] Notification channel title -->
|
||||
<string name="notification_channel_title">Notification category</string>
|
||||
|
||||
<!-- [CHAR LIMIT=100] Notification importance screen title -->
|
||||
<string name="notification_importance_title">Importance</string>
|
||||
|
||||
<!-- [CHAR LIMIT=100] Notification Importance: unspecified importance level description -->
|
||||
@@ -6579,17 +6582,17 @@
|
||||
<!-- [CHAR LIMIT=100] Notification Importance: high importance level description -->
|
||||
<string name="notification_importance_high">Make sound and pop on screen</string>
|
||||
|
||||
<!-- [CHAR LIMIT=100] Notification Importance summary: min importance level description -->
|
||||
<string name="notification_importance_min_summary">Low: No sound or visual interruption</string>
|
||||
<!-- [CHAR LIMIT=100] Notification Importance title: min importance level title -->
|
||||
<string name="notification_importance_min_title">Low</string>
|
||||
|
||||
<!-- [CHAR LIMIT=100] Notification Importance summary: low importance level description -->
|
||||
<string name="notification_importance_low_summary">Medium: No sound</string>
|
||||
<!-- [CHAR LIMIT=100] Notification Importance title: low importance level title -->
|
||||
<string name="notification_importance_low_title">Medium</string>
|
||||
|
||||
<!-- [CHAR LIMIT=100] Notification Importance summary: normal importance level description -->
|
||||
<string name="notification_importance_default_summary">High: Make sound</string>
|
||||
<!-- [CHAR LIMIT=100] Notification Importance title: normal importance level title -->
|
||||
<string name="notification_importance_default_title">High</string>
|
||||
|
||||
<!-- [CHAR LIMIT=100] Notification Importance summary: high importance level description -->
|
||||
<string name="notification_importance_high_summary">Urgent: Make sound and pop on screen</string>
|
||||
<!-- [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>
|
||||
@@ -6694,6 +6697,12 @@
|
||||
<!-- [CHAR LIMIT=NONE] Text when loading app list in notification settings -->
|
||||
<string name="loading_notification_apps">Loading apps...</string>
|
||||
|
||||
<!-- [CHAR LIMIT=NONE] Text appearing when app notifications are off -->
|
||||
<string name="app_notifications_off_desc">Android is blocking this app\'s notifications from appearing on this device</string>
|
||||
|
||||
<!-- [CHAR LIMIT=NONE] Text appearing when channel notifications are off -->
|
||||
<string name="channel_notifications_off_desc">Android is blocking this category of notifications from appearing on this device</string>
|
||||
|
||||
<!-- [CHAR LIMIT=NONE] App notification settings: channels title -->
|
||||
<string name="notification_channels">Categories</string>
|
||||
|
||||
|
Reference in New Issue
Block a user