From 889aec247c3bb770a54e61e509c2702f45ed5c5c Mon Sep 17 00:00:00 2001 From: Sooraj Sasindran Date: Tue, 21 Jan 2020 18:41:14 -0800 Subject: 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. Merged-In: Ie0189ef3befff9f1e2da127a1f4cef69f8f7043e Change-Id: Ie0189ef3befff9f1e2da127a1f4cef69f8f7043e --- api/system-current.txt | 1 + core/res/res/values/arrays.xml | 2 +- core/res/res/values/public.xml | 4 ++++ core/res/res/values/symbols.xml | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/api/system-current.txt b/api/system-current.txt index ab69bdc53d8c..a3a9a0749b88 100755 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -226,6 +226,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 { diff --git a/core/res/res/values/arrays.xml b/core/res/res/values/arrays.xml index f05898561b8a..567581e0ab71 100644 --- a/core/res/res/values/arrays.xml +++ b/core/res/res/values/arrays.xml @@ -165,7 +165,7 @@ 中文 (繁體) - + @color/Teal_700 @color/Blue_700 @color/Indigo_700 diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index fb54566fc959..8a7b515ee436 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -3021,6 +3021,10 @@ + + + +