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

Commit 28f8ad5d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update VirtualDeviceImpl#hasCustomAudioInputSupport" into main

parents e211fb89 eb9836f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1079,8 +1079,8 @@ final class VirtualDeviceImpl extends IVirtualDevice.Stub
            return false;
        }

        if (getDevicePolicy(POLICY_TYPE_AUDIO) == VirtualDeviceParams.DEVICE_POLICY_DEFAULT) {
            return false;
        if (getDevicePolicy(POLICY_TYPE_AUDIO) == VirtualDeviceParams.DEVICE_POLICY_CUSTOM) {
            return true;
        }
        final long token = Binder.clearCallingIdentity();
        try {