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

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

Merge "Camera: Allow binder extension re-connection" into main

parents c2bfd9dc 8f38f483
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -291,7 +291,8 @@ public final class CameraExtensionCharacteristics {
        }

        private void connectToProxyLocked(Context ctx, int extension, boolean useFallback) {
            if (mConnectionManager.getConnection(extension) == null) {
            if ((mConnectionManager.getConnection(extension) == null) ||
                    (mConnectionManager.getProxy(extension) == null)) {
                Intent intent = new Intent();
                intent.setClassName(PROXY_PACKAGE_NAME, PROXY_SERVICE_NAME);
                String vendorProxyPackage = SystemProperties.get(