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

Commit 48bba35d authored by Sooraj Sasindran's avatar Sooraj Sasindran Committed by Sarah Chin
Browse files

make sim_colors a system config

make sim_colors a system config

Bug: 143289541
Test: verified that symbol is accessible as android.R and values are
still valid through logs.

Change-Id: Ie0189ef3befff9f1e2da127a1f4cef69f8f7043e
parent 633c78b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -241,6 +241,7 @@ package android {
  public static final class R.array {
    field public static final int config_keySystemUuidMapping = 17235973; // 0x1070005
    field public static final int simColors = 17235974; // 0x1070006
  }
  public static final class R.attr {
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@
        <item>中文 (繁體)</item>
    </string-array>

    <array name="sim_colors">
    <array name="simColors">
        <item>@color/Teal_700</item>
        <item>@color/Blue_700</item>
        <item>@color/Indigo_700</item>
+5 −0
Original line number Diff line number Diff line
@@ -3059,6 +3059,11 @@
      <public name="accessibilitySystemActionLockScreen" />
      <public name="accessibilitySystemActionTakeScreenshot" />
    </public-group>

    <public-group type="array" first-id="0x01070006">
      <!-- @hide @SystemApi -->
      <public name="simColors" />
    </public-group>
  <!-- ===============================================================
       DO NOT ADD UN-GROUPED ITEMS HERE

+1 −1
Original line number Diff line number Diff line
@@ -1235,7 +1235,7 @@
  <java-symbol type="array" name="preloaded_color_state_lists" />
  <java-symbol type="array" name="preloaded_drawables" />
  <java-symbol type="array" name="preloaded_freeform_multi_window_drawables" />
  <java-symbol type="array" name="sim_colors" />
  <java-symbol type="array" name="simColors" />
  <java-symbol type="array" name="special_locale_codes" />
  <java-symbol type="array" name="special_locale_names" />
  <java-symbol type="array" name="supported_locales" />