Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0805b348 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Notification for MM reject cause code"

parents 7a7bb444 423b9bfc
Loading
Loading
Loading
Loading
+3.6 KiB
Loading image diff...
+3.63 KiB
Loading image diff...
+3.79 KiB
Loading image diff...
+6 −0
Original line number Diff line number Diff line
@@ -4456,4 +4456,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>
+6 −0
Original line number Diff line number Diff line
@@ -1291,6 +1291,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" />
@@ -1863,6 +1865,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" />