Loading services/core/java/com/android/server/LocationManagerService.java +25 −25 Original line number Diff line number Diff line Loading @@ -2643,6 +2643,7 @@ public class LocationManagerService extends ILocationManager.Stub { synchronized (mLock) { checkResolutionLevelIsSufficientForProviderUseLocked(allowedResolutionLevel, request.getProvider()); } // Require that caller can manage given document boolean callerHasLocationHardwarePermission = mContext.checkCallingPermission(android.Manifest.permission.LOCATION_HARDWARE) Loading Loading @@ -2671,7 +2672,6 @@ public class LocationManagerService extends ILocationManager.Stub { Binder.restoreCallingIdentity(identity); } } } @Override public void removeGeofence(Geofence geofence, PendingIntent intent, String packageName) { Loading Loading
services/core/java/com/android/server/LocationManagerService.java +25 −25 Original line number Diff line number Diff line Loading @@ -2643,6 +2643,7 @@ public class LocationManagerService extends ILocationManager.Stub { synchronized (mLock) { checkResolutionLevelIsSufficientForProviderUseLocked(allowedResolutionLevel, request.getProvider()); } // Require that caller can manage given document boolean callerHasLocationHardwarePermission = mContext.checkCallingPermission(android.Manifest.permission.LOCATION_HARDWARE) Loading Loading @@ -2671,7 +2672,6 @@ public class LocationManagerService extends ILocationManager.Stub { Binder.restoreCallingIdentity(identity); } } } @Override public void removeGeofence(Geofence geofence, PendingIntent intent, String packageName) { Loading