diff --git a/core/api/system-current.txt b/core/api/system-current.txt
index a81411b8a0910..930c2986a329f 100644
--- a/core/api/system-current.txt
+++ b/core/api/system-current.txt
@@ -364,13 +364,19 @@ package android {
field public static final int config_helpIntentNameKey = 17039390; // 0x104001e
field public static final int config_helpPackageNameKey = 17039387; // 0x104001b
field public static final int config_helpPackageNameValue = 17039388; // 0x104001c
+ field public static final int config_systemAmbientAudioIntelligence;
+ field public static final int config_systemAudioIntelligence;
field public static final int config_systemAutomotiveCluster;
field public static final int config_systemAutomotiveProjection;
field public static final int config_systemContacts;
field public static final int config_systemGallery = 17039399; // 0x1040027
+ field public static final int config_systemNotificationIntelligence;
field public static final int config_systemShell;
field public static final int config_systemSpeechRecognizer;
field public static final int config_systemTelevisionNotificationHandler;
+ field public static final int config_systemTextIntelligence;
+ field public static final int config_systemUiIntelligence;
+ field public static final int config_systemVisualIntelligence;
field public static final int config_systemWellbeing;
field public static final int config_systemWifiCoexManager;
}
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index c67bfedb91749..83e6c4bc014d0 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1261,7 +1261,7 @@
+ android:protectionLevel="signature|privileged|role" />
+ android:protectionLevel="signature|privileged|role" />
+ android:protectionLevel="signature|privileged|role" />
+ android:protectionLevel="signature|privileged|role" />
@@ -3472,7 +3472,7 @@
+ android:protectionLevel="signature|privileged|role" />
@@ -3832,12 +3832,10 @@
+ android:protectionLevel="signature|privileged|role" />
+ android:protectionLevel="signature|privileged|role" />
+ android:protectionLevel="signature|privileged|role" />
+ android:protectionLevel="signature|privileged|role" />
+ android:protectionLevel="signature|privileged|role" />
+ android:protectionLevel="signature|privileged|role" />
@@ -4950,7 +4948,7 @@
User permission is still required before access is granted.
@hide -->
+ android:protectionLevel="signature|privileged|role" />
+ android:protectionLevel="signature|privileged|role" />
+ android:protectionLevel="signature|privileged|role" />
@@ -5389,12 +5387,12 @@
+ android:protectionLevel="signature|appPredictor|role" />
+ android:protectionLevel="signature|role" />
@@ -5424,12 +5422,12 @@
+ android:protectionLevel="signature|appPredictor|role" />
+ android:protectionLevel="signature|appPredictor|role" />
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 180fc124f92e5..fc2bdf3a4610f 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -4834,4 +4834,17 @@
true
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml
index 6cccdb5c3148c..b402c956e2ef4 100644
--- a/core/res/res/values/public.xml
+++ b/core/res/res/values/public.xml
@@ -3211,6 +3211,18 @@
+
+
+
+
+
+
+
+
+
+
+
+