reword title of CS rejection notification

Device will show a notification when receive MM rejection code from
Network due to CS registration failure. Notification message is
confusing today as it doesn't specify the domain that's being blocked.
The fix is explicitly specifying voice service impact for various MM
rejection code.
(cherry picked from commit a6b9fda624)

Bug: 67754753
Test: Manual
Change-Id: Ia5e93a26f8dccfc18c9dcb63b773e5b23734fd0d
(cherry picked from commit de9d7784ec5879f1d9bebb8851f3b0e82fa82333)
Merged-in: I656ba438659aedce7f56f167707a12ce07286594
This commit is contained in:
fionaxu
2017-11-17 17:07:14 -08:00
committed by Chen Xu
parent e70b94815a
commit 77c1574f05

View File

@@ -4682,11 +4682,11 @@
<!-- Primary ETWS (Earthquake and Tsunami Warning System) default message for others -->
<string name="etws_primary_default_message_others"></string>
<!-- Title of notification when UE fails to register network with MM reject cause code. -->
<string name="mmcc_authentication_reject">SIM not allowed</string>
<string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned</string>
<string name="mmcc_illegal_ms">SIM not allowed</string>
<string name="mmcc_illegal_me">Phone not allowed</string>
<!-- Title of notification when UE fails CS registration network with MM reject cause code from network. -->
<string name="mmcc_authentication_reject">SIM not allowed for voice</string>
<string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned for voice</string>
<string name="mmcc_illegal_ms">SIM not allowed for voice</string>
<string name="mmcc_illegal_me">Phone not allowed for voice</string>
<!-- Popup window default title to be read by a screen reader-->
<string name="popup_window_default_title">Popup Window</string>