diff options
| -rw-r--r-- | api/system-current.txt | 4 | ||||
| -rw-r--r-- | core/res/res/values/public.xml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index f241a84063a4..864cf2e797e0 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -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 } diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index d480121fc998..11499fc414d9 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -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 |