diff options
| author | 2017-10-15 21:25:28 -0700 | |
|---|---|---|
| committer | 2017-10-16 22:17:19 +0000 | |
| commit | a6b9fda6245d21ac9e7370a8d8dd13deff73458c (patch) | |
| tree | 7241722fa01b7b4e59f3e7a28fcb4179a5a7f76b | |
| parent | 115aa7a9b5149e4a4374a8946ffdfdc1bc9c6348 (diff) | |
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.
Bug: 67754753
Test: Manual
Change-Id: I656ba438659aedce7f56f167707a12ce07286594
| -rw-r--r-- | core/res/res/values/strings.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index baede1a9356d..91c107a3775f 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4718,11 +4718,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 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> |