diff options
| author | 2024-01-23 17:43:31 +0000 | |
|---|---|---|
| committer | 2024-01-23 17:43:31 +0000 | |
| commit | 39255ff49ea8c2980faea56b355db7c376dfcdb9 (patch) | |
| tree | 9765038896204e7f0a4669e6f43a343230724132 /packages/Shell | |
| parent | 628f39354922b9738a0de33b25a56a05a4c6a794 (diff) | |
| parent | 1ea0411bbf976cf75a12d02ec7ed878d104b2e4e (diff) | |
Merge "Introduce CDM device presence base on UUID" into main
Diffstat (limited to 'packages/Shell')
| -rw-r--r-- | packages/Shell/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index cc63996494a0..d38454221f76 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -343,6 +343,7 @@ <uses-permission android:name="android.permission.REQUEST_COMPANION_PROFILE_GLASSES" /> <uses-permission android:name="android.permission.REQUEST_COMPANION_SELF_MANAGED" /> <uses-permission android:name="android.permission.USE_COMPANION_TRANSPORTS" /> + <uses-permission android:name="android.permission.REQUEST_OBSERVE_DEVICE_UUID_PRESENCE" /> <uses-permission android:name="android.permission.MANAGE_APPOPS" /> <uses-permission android:name="android.permission.WATCH_APPOPS" /> |