From 910459bcdc6f7cae1150754073351a7534e53eaf Mon Sep 17 00:00:00 2001 From: Guojing Yuan Date: Wed, 30 Nov 2022 18:12:03 +0000 Subject: [PATCH] Add labels and descs for CDM permissions Fix: 260631959 Fix: 260631883 Fix: 260631844 Fix: 260631817 Test: m build Change-Id: Ib55cf734240ee1d237d5c6e9192e4a3e6fb43c50 --- core/res/AndroidManifest.xml | 10 +++++++++- core/res/res/values/strings.xml | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 7ada5483b92be..d15ad3fc1bff2 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3322,7 +3322,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.