diff options
author | 2025-03-20 13:55:42 -0700 | |
---|---|---|
committer | 2025-03-20 13:55:42 -0700 | |
commit | c8296e596acd760941c467f2688b99ca4ca17ce1 (patch) | |
tree | a6ea48de52dc565877b78e3384f6043cf78e1eb7 /PermissionController | |
parent | c1ce5453871c188be8941a17dde3a43f02d81d0c (diff) | |
parent | bc2f8d82a9c15093ca84b8078fc5687c5983f9e7 (diff) |
Merge "Rename the limited VDM role and permission" into main
Diffstat (limited to 'PermissionController')
-rw-r--r-- | PermissionController/res/xml/roles.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PermissionController/res/xml/roles.xml b/PermissionController/res/xml/roles.xml index 4ba524462..41eaf8b6e 100644 --- a/PermissionController/res/xml/roles.xml +++ b/PermissionController/res/xml/roles.xml @@ -1938,7 +1938,8 @@ </role> <role - name="android.app.role.COMPANION_DEVICE_SENSOR_DEVICE_STREAMING" + name="android.app.role.COMPANION_DEVICE_VIRTUAL_DEVICE" + allowBypassingQualification="true" exclusive="false" exclusivity="none" featureFlag="android.companion.virtualdevice.flags.Flags.enableLimitedVdmRole" |