diff options
| -rw-r--r-- | core/java/android/companion/virtual/flags/flags.aconfig | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/core/java/android/companion/virtual/flags/flags.aconfig b/core/java/android/companion/virtual/flags/flags.aconfig index e9fa3e15fe05..9eb6d5624f75 100644 --- a/core/java/android/companion/virtual/flags/flags.aconfig +++ b/core/java/android/companion/virtual/flags/flags.aconfig @@ -132,8 +132,16 @@ flag { } flag { - namespace: "virtual_devices" - name: "camera_timestamp_from_surface" - description: "Pass the surface timestamp to the capture result" - bug: "351341245" + namespace: "virtual_devices" + name: "camera_timestamp_from_surface" + description: "Pass the surface timestamp to the capture result" + bug: "351341245" +} + +flag { + namespace: "virtual_devices" + name: "enable_limited_vdm_role" + description: "New VDM role without trusted displays or input" + bug: "370657575" + is_exported: true } |