summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Evan Chen <evanxinchen@google.com> 2024-01-23 17:43:29 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-01-23 17:43:29 +0000
commit86e188a66dde34acb74b56e74416fcf2cfcf4cff (patch)
tree2b40464d4451738976bbb0cebcbe1f4bff71467f
parentc138f7169921ce563631a9967283705ea96e1614 (diff)
parent7a6ce88ad71aa43658b3e08b91359fccec675b42 (diff)
Merge "Sync REQUEST_OBSERVE_UUID_PRESENCE to permissionpolicy" into main
-rw-r--r--tests/cts/permissionpolicy/res/raw/android_manifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml
index b067c82d8..565e6ed3e 100644
--- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml
+++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml
@@ -3889,6 +3889,14 @@
android:description="@string/permdesc_useDataInBackground"
android:protectionLevel="normal" />
+ <!-- Allows an application to subscribe to notifications about the nearby devices' presence
+ status change base on the UUIDs.
+ <p>Not for use by third-party applications.</p>
+ @FlaggedApi("android.companion.flags.device_uuid_presence")
+ -->
+ <permission android:name="android.permission.REQUEST_OBSERVE_DEVICE_UUID_PRESENCE"
+ android:protectionLevel="signature|privileged" />
+
<!-- Allows app to request to be associated with a device via
{@link android.companion.CompanionDeviceManager}
as a "watch"