diff --git a/core/api/system-current.txt b/core/api/system-current.txt
index c3d5d5a4eda72..adb783d7662be 100644
--- a/core/api/system-current.txt
+++ b/core/api/system-current.txt
@@ -356,6 +356,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 d5f5d28aa7a26..0046be08d7828 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/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 @@
+
+