diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 8da91ee4228f2..fb451ddabd04b 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -3327,7 +3327,9 @@
Protection level: normal
-->
+ android:label="@string/permlab_startForegroundServicesFromBackground"
+ android:description="@string/permdesc_startForegroundServicesFromBackground"
+ android:protectionLevel="normal"/>
CARD %d
+
+
+
+ Companion Watch profile permission to manage watches
+
+ Allows a companion app to manage watches.
+
+ Observe companion device presence
+
+ Allows a companion app to observe companion device presence when the devices are nearby or far-away.
+
+ Deliver companion messages
+
+ Allows a companion app to deliver companion messages to other devices.
+
+ Start foreground services from background
+
+ Allows a companion app to start foreground services from background.