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

Commit 91641ec5 authored by Victoria Lease's avatar Victoria Lease Committed by Android (Google) Code Review
Browse files

Merge "Fix addGpsStatusListener"

parents 23e500d1 3d5173de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1449,7 +1449,7 @@ public class LocationManagerService extends ILocationManager.Stub {
        final int uid = Binder.getCallingUid();
        final long ident = Binder.clearCallingIdentity();
        try {
            if (checkLocationAccess(uid, packageName, allowedResolutionLevel)) {
            if (!checkLocationAccess(uid, packageName, allowedResolutionLevel)) {
                return false;
            }
        } finally {