| commit | c040dc2eecf3197a9a552429f0c835b49c806e4d | [log] [tgz] |
|---|---|---|
| author | Vladimir Komsiyski <vladokom@google.com> | Thu Sep 19 15:19:49 2024 +0200 |
| committer | Vladimir Komsiyski <vladokom@google.com> | Tue Nov 19 14:59:06 2024 +0100 |
| tree | 6d5a4c4633c365dd31d1fd375cf654c8800c90bd | |
| parent | 32c496e3a23d2ce6f835321b9e220879409ae9fb [diff] [blame] |
Sensor device streaming demo Bug: 368633836 Test: manual Flag: android.companion.virtualdevice.flags.enable_limited_vdm_role Change-Id: I096b5d69568cbac7c0d394b24e780ba0b34b5cba
diff --git a/samples/VirtualDeviceManager/host/com.example.android.vdmdemo.host.xml b/samples/VirtualDeviceManager/host/com.example.android.vdmdemo.host.xml index 465f6de..9d0e989 100644 --- a/samples/VirtualDeviceManager/host/com.example.android.vdmdemo.host.xml +++ b/samples/VirtualDeviceManager/host/com.example.android.vdmdemo.host.xml
@@ -21,5 +21,6 @@ <permission name="android.permission.REQUEST_COMPANION_SELF_MANAGED" /> <permission name="android.permission.REQUEST_COMPANION_PROFILE_APP_STREAMING" /> <permission name="android.permission.REQUEST_COMPANION_PROFILE_NEARBY_DEVICE_STREAMING" /> + <permission name="android.permission.REQUEST_COMPANION_PROFILE_SENSOR_DEVICE_STREAMING" /> </privapp-permissions> </permissions>