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

Commit f84bde6c authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Add system_notification_accent_color for mainline

Previous this was private API. Now we need it as system API.

Test: Used the new API in an app
Bug: 120795278
Change-Id: I9e76e13e66212508fee62f3e2f9a102db8d0097a
parent a44e66a5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -204,6 +204,10 @@ package android {
    field public static final int config_sendPackageName = 17891328; // 0x1110000
  }

  public static final class R.color {
    field public static final int system_notification_accent_color = 17170460; // 0x106001c
  }

  public static final class R.dimen {
    field public static final int config_restrictedIconSize = 17104903; // 0x1050007
  }
+5 −0
Original line number Diff line number Diff line
@@ -2972,6 +2972,11 @@
        <public name="config_restrictedIconSize" />
    </public-group>

    <public-group type="color" first-id="0x0106001c">
        <!-- @hide @SystemApi -->
        <public name="system_notification_accent_color" />
    </public-group>

  <!-- ===============================================================
       DO NOT ADD UN-GROUPED ITEMS HERE