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

Commit 9febdd0e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Notification for MM reject cause code" into stage-aosp-master

parents 6e898e8f 98b90a86
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
@@ -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>
+6 −0
Original line number Diff line number Diff line
@@ -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" />