From f84bde6c1517f040ceccd8b4e1a0eb9a534c7196 Mon Sep 17 00:00:00 2001 From: "Philip P. Moltmann" Date: Wed, 12 Dec 2018 16:21:22 -0800 Subject: [PATCH] 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 --- api/system-current.txt | 4 ++++ core/res/res/values/public.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/api/system-current.txt b/api/system-current.txt index f241a84063a4e..864cf2e797e05 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 d480121fc998a..11499fc414d93 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2972,6 +2972,11 @@ + + + + +