summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChen Xu <fionaxu@google.com>2019-07-29 18:22:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-07-29 18:22:56 +0000
commitfed8ece4e144177aef70023b1b6c873d50aaed2e (patch)
tree5ecf05c3489f55034547e08f26210645d8f2f681 /core
parent464a509b4a6e12a74e5eb9e69fc94c4fac06a555 (diff)
parent0051106f6ac5c4d15f850e1917eed08bf2e258a8 (diff)
Merge "support limited sim function notification under dsds" into qt-r1-dev
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/strings.xml3
-rw-r--r--core/res/res/values/symbols.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index e265162cc116..b4edc4d88c3e 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -187,6 +187,9 @@
<string name="notification_channel_wfc">Wi-Fi calling</string>
<!-- Telephony notification channel name for a channel containing SIM notifications -->
<string name="notification_channel_sim">SIM status</string>
+ <!-- Telephony notification channel name for a channel containing high priority SIM notifications -->
+ <string name="notification_channel_sim_high_prio">High priority SIM status</string>
+
<!-- Displayed to tell the user that peer changed TTY mode -->
<string name="peerTtyModeFull">Peer requested TTY Mode FULL</string>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index 1f5a0100a0a7..d275a37e7540 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -648,6 +648,7 @@
<java-symbol type="string" name="notification_channel_voice_mail" />
<java-symbol type="string" name="notification_channel_wfc" />
<java-symbol type="string" name="notification_channel_sim" />
+ <java-symbol type="string" name="notification_channel_sim_high_prio" />
<java-symbol type="string" name="SetupCallDefault" />
<java-symbol type="string" name="accept" />
<java-symbol type="string" name="activity_chooser_view_see_all" />