diff options
author | 2024-12-11 05:24:07 -0800 | |
---|---|---|
committer | 2024-12-11 05:24:07 -0800 | |
commit | 26bcafe7073d3d06dcacc382e50db295a964670b (patch) | |
tree | d62af26b5660854163dce8fabbe48113280e7e1d /packages/Shell | |
parent | 0881399c7956edf484889163ad64d956271717d3 (diff) | |
parent | 5fa92a43e4c023e179570e097c5f6aaba76d93b1 (diff) |
Merge "CDM support for the new limited VDM role." 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 65f487765c1e..fb4293a9b5ea 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -348,6 +348,7 @@ <uses-permission android:name="android.permission.REQUEST_COMPANION_PROFILE_COMPUTER" /> <uses-permission android:name="android.permission.REQUEST_COMPANION_PROFILE_AUTOMOTIVE_PROJECTION" /> <uses-permission android:name="android.permission.REQUEST_COMPANION_PROFILE_NEARBY_DEVICE_STREAMING" /> + <uses-permission android:name="android.permission.REQUEST_COMPANION_PROFILE_SENSOR_DEVICE_STREAMING" /> <uses-permission android:name="android.permission.REQUEST_COMPANION_PROFILE_WATCH" /> <uses-permission android:name="android.permission.REQUEST_COMPANION_PROFILE_GLASSES" /> <uses-permission android:name="android.permission.REQUEST_COMPANION_SELF_MANAGED" /> |