diff --git a/core/api/system-current.txt b/core/api/system-current.txt index f01724316c5fd..b4f3698861f01 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -358,6 +358,7 @@ package android { field public static final int config_systemGallery = 17039399; // 0x1040027 field public static final int config_systemShell = 17039402; // 0x104002a field public static final int config_systemSpeechRecognizer = 17039406; // 0x104002e + field public static final int config_systemWifiCoexManager = 17039407; // 0x104002f } public static final class R.style { diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 50d1e6bb0b18c..072bb8799e593 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1876,15 +1876,15 @@ - + android:protectionLevel="signature|role" /> + android:protectionLevel="signature|role" /> diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index d61d19a41266b..633e2161b5eeb 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1964,6 +1964,8 @@ com.android.contacts + + diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 2004d0a8d15c8..9bc92e14de531 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -3168,6 +3168,8 @@ + +