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

Commit 98b90a86 authored by Doris Xi's avatar Doris Xi Committed by Brad Ebinger
Browse files

Notification for MM reject cause code

Display notification when UE fails to register network with specific
reject cause code. Define strings for each reject cause code and add
icon to be shown in notification.

Test: manual with simulated RIL
Bug: 28923693
Change-Id: I95d5d768b6daa49a59d34e2af8cb1d225362f0a8
parent b89ec268
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" />