Update some notification strings am: 9bb55e1084 am: 5e1fc5ecf5

Change-Id: I159231f0b5b7abc73b51126790311b49cd63e8c6
This commit is contained in:
Julia Reynolds
2020-05-04 19:45:32 +00:00
committed by Automerger Merge Worker
2 changed files with 5 additions and 2 deletions

View File

@@ -8470,7 +8470,7 @@
<string name="notification_priority_title">Priority</string> <string name="notification_priority_title">Priority</string>
<!-- [CHAR LIMIT=150] Notification Importance title: important conversation level summary --> <!-- [CHAR LIMIT=150] Notification Importance title: important conversation level summary -->
<string name="notification_channel_summary_priority">Shows at top of conversation section and appears as a bubble.</string> <string name="notification_channel_summary_priority">Shows at top of conversation section and appears as a bubble</string>
<string name="convo_not_supported_summary"><xliff:g id="app_name" example="Android Services">%1$s</xliff:g> does not support conversation-specific settings.</string> <string name="convo_not_supported_summary"><xliff:g id="app_name" example="Android Services">%1$s</xliff:g> does not support conversation-specific settings.</string>
@@ -8491,6 +8491,9 @@
<!-- [CHAR LIMIT=100] Label for on/off toggle --> <!-- [CHAR LIMIT=100] Label for on/off toggle -->
<string name="notification_switch_label">All \"<xliff:g id="app_name" example="Android Services">%1$s</xliff:g>\" notifications</string> <string name="notification_switch_label">All \"<xliff:g id="app_name" example="Android Services">%1$s</xliff:g>\" notifications</string>
<!-- [CHAR LIMIT=100] Label for on/off toggle -->
<string name="notification_app_switch_label">All <xliff:g id="app_name" example="Android Services">%1$s</xliff:g> notifications</string>
<!-- Default Apps > Default notification assistant --> <!-- Default Apps > Default notification assistant -->
<string name="default_notification_assistant">Adaptive Notifications</string> <string name="default_notification_assistant">Adaptive Notifications</string>

View File

@@ -137,7 +137,7 @@ public class BlockPreferenceController extends NotificationPreferenceController
} else { } else {
fieldContextName = mAppRow.label; fieldContextName = mAppRow.label;
} }
return mContext.getString(R.string.notification_switch_label, fieldContextName); return mContext.getString(R.string.notification_app_switch_label, fieldContextName);
} }
} }
} }