diff options
| -rw-r--r-- | core/res/res/values/strings.xml | 15 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 7 |
2 files changed, 22 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index ae28797c32aa..784a6d7f411f 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -212,6 +212,21 @@ <!-- Displayed to tell the user that they should switch their network preference. --> <string name="NetworkPreferenceSwitchSummary">To improve reception, try changing the type selected at System > Network & Internet > Mobile networks > Preferred network type."</string> + <!-- Telephony notification channel name for a channel containing network alert notifications. --> + <string name="notification_channel_network_alert">Alerts</string> + <!-- Telephony notification channel name for a channel containing call forwarding notifications. --> + <string name="notification_channel_call_forward">Call forwarding</string> + <!-- Telephony notification channel name for a channel containing emergency callback mode notifications. --> + <string name="notification_channel_emergency_callback">Emergency callback mode</string> + <!-- Telephony notification channel name for a channel containing mobile data alert notifications. --> + <string name="notification_channel_mobile_data_alert">Mobile data alerts</string> + <!-- Telephony notification channel name for a channel containing sms notifications. --> + <string name="notification_channel_sms">SMS messages</string> + <!-- Telephony notification channel name for a channel containing voice mail notifications. --> + <string name="notification_channel_voice_mail">Voicemail messages</string> + <!-- Telephony notification channel name for a channel containing wifi calling status notifications. --> + <string name="notification_channel_wfc">Wi-Fi calling</string> + <!-- Displayed to tell the user that peer changed TTY mode --> <string name="peerTtyModeFull">Peer requested TTY Mode FULL</string> <string name="peerTtyModeHco">Peer requested TTY Mode HCO</string> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 379c376bf2ff..553deeee58c3 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -520,6 +520,13 @@ <java-symbol type="string" name="RestrictedOnDataContent" /> <java-symbol type="string" name="RestrictedOnEmergencyContent" /> <java-symbol type="string" name="RestrictedOnNormalContent" /> + <java-symbol type="string" name="notification_channel_network_alert" /> + <java-symbol type="string" name="notification_channel_call_forward" /> + <java-symbol type="string" name="notification_channel_emergency_callback" /> + <java-symbol type="string" name="notification_channel_mobile_data_alert" /> + <java-symbol type="string" name="notification_channel_sms" /> + <java-symbol type="string" name="notification_channel_voice_mail" /> + <java-symbol type="string" name="notification_channel_wfc" /> <java-symbol type="string" name="SetupCallDefault" /> <java-symbol type="string" name="accept" /> <java-symbol type="string" name="activity_chooser_view_see_all" /> |