Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f748c172 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove stream_camera VDM flag" into android15-tests-dev

parents ef5149b0 216c82ec
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -73,13 +73,6 @@ flag {
  bug: "270352264"
}

flag {
  name: "stream_camera"
  namespace: "virtual_devices"
  description: "Enable streaming camera to Virtual Devices"
  bug: "291740640"
}

flag {
  name: "stream_permissions"
  namespace: "virtual_devices"
+0 −3
Original line number Diff line number Diff line
@@ -211,9 +211,6 @@ public class VirtualDeviceManagerService extends SystemService {
    }

    CameraAccessController getCameraAccessController(UserHandle userHandle) {
        if (Flags.streamCamera()) {
            return null;
        }
        int userId = userHandle.getIdentifier();
        synchronized (mVirtualDeviceManagerLock) {
            for (int i = 0; i < mVirtualDevices.size(); i++) {