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

Commit b9724162 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Update queryRemoteConnectionServices to fix failing CTS tests." into qt-dev am: 18172fd3

am: 1ad3b792

Change-Id: If8d64af5662f7ad5c790fe77072aa21876fad280
parents 84496f1e 1ad3b792
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1729,9 +1729,9 @@ public class ConnectionServiceWrapper extends ServiceBinder implements
                Log.v(this, "queryRemoteConnectionServices: callingPackage=%s skipped; "
                                + "doesn't match mgr %s for tfa %s",
                        callingPackage, connectionMgrHandle, handle);
                continue;
            }
            } else {
                isCallerConnectionManager = true;
            }
            ConnectionServiceWrapper service = mConnectionServiceRepository.getService(
                    handle.getComponentName(), handle.getUserHandle());
            if (service != null) {