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

Commit d8ab080f authored by Qiang Chen's avatar Qiang Chen
Browse files

Telephony(MSIM): Add SIM icons array

Add SIM icons array,so the application layer can
use SIM icons resource.

Change-Id: Iab87a28e033845e3502e0cf2e1c019274c72ffb2
parent 18a4266d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -334,6 +334,15 @@
        <item>#ffffffff</item>
    </array>

    <array name="sim_icons">
        <item>@drawable/ic_sim_icon_1</item>
        <item>@drawable/ic_sim_icon_2</item>
        <item>@drawable/ic_sim_icon_c</item>
        <item>@drawable/ic_sim_icon_g</item>
        <item>@drawable/ic_sim_icon_w</item>
        <item>@null</item>
    </array>

    <!-- Used in LocalePicker -->
    <string-array translatable="false" name="special_locale_codes">
        <item>zh_CN</item>
+1 −0
Original line number Diff line number Diff line
@@ -1006,6 +1006,7 @@
  <java-symbol type="array" name="config_operatorConsideredNonRoaming" />
  <java-symbol type="array" name="config_sameNamedOperatorConsideredRoaming" />
  <java-symbol type="array" name="config_callBarringMMI" />
  <java-symbol type="array" name="sim_icons" />

  <java-symbol type="drawable" name="default_wallpaper" />
  <java-symbol type="drawable" name="indicator_input_error" />