diff options
| -rw-r--r-- | core/res/res/drawable-hdpi/stat_notify_mmcc_indication_icn.png | bin | 0 -> 3688 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xhdpi/stat_notify_mmcc_indication_icn.png | bin | 0 -> 3720 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xxhdpi/stat_notify_mmcc_indication_icn.png | bin | 0 -> 3876 bytes | |||
| -rw-r--r-- | core/res/res/values/strings.xml | 6 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 6 |
5 files changed, 12 insertions, 0 deletions
diff --git a/core/res/res/drawable-hdpi/stat_notify_mmcc_indication_icn.png b/core/res/res/drawable-hdpi/stat_notify_mmcc_indication_icn.png Binary files differnew file mode 100644 index 000000000000..d7049517dc2a --- /dev/null +++ b/core/res/res/drawable-hdpi/stat_notify_mmcc_indication_icn.png diff --git a/core/res/res/drawable-xhdpi/stat_notify_mmcc_indication_icn.png b/core/res/res/drawable-xhdpi/stat_notify_mmcc_indication_icn.png Binary files differnew file mode 100644 index 000000000000..5dfc89ec1856 --- /dev/null +++ b/core/res/res/drawable-xhdpi/stat_notify_mmcc_indication_icn.png diff --git a/core/res/res/drawable-xxhdpi/stat_notify_mmcc_indication_icn.png b/core/res/res/drawable-xxhdpi/stat_notify_mmcc_indication_icn.png Binary files differnew file mode 100644 index 000000000000..a648b0bffcbf --- /dev/null +++ b/core/res/res/drawable-xxhdpi/stat_notify_mmcc_indication_icn.png diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 9dfc3fb78901..611d72667f56 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4474,4 +4474,10 @@ <!-- 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> </resources> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 8ae1d6bfe54c..f5d596bfc46e 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -1300,6 +1300,8 @@ <java-symbol type="drawable" name="ic_sim_card_multi_24px_clr" /> <java-symbol type="drawable" name="ic_sim_card_multi_48px_clr" /> + <java-symbol type="drawable" name="stat_notify_mmcc_indication_icn" /> + <java-symbol type="drawable" name="ic_account_circle" /> <java-symbol type="color" name="user_icon_1" /> <java-symbol type="color" name="user_icon_2" /> @@ -1877,6 +1879,10 @@ <java-symbol type="string" name="low_internal_storage_view_text" /> <java-symbol type="string" name="low_internal_storage_view_text_no_boot" /> <java-symbol type="string" name="low_internal_storage_view_title" /> + <java-symbol type="string" name="mmcc_authentication_reject" /> + <java-symbol type="string" name="mmcc_imsi_unknown_in_hlr" /> + <java-symbol type="string" name="mmcc_illegal_ms" /> + <java-symbol type="string" name="mmcc_illegal_me" /> <java-symbol type="string" name="notification_listener_binding_label" /> <java-symbol type="string" name="vr_listener_binding_label" /> <java-symbol type="string" name="condition_provider_service_binding_label" /> |