Loading services/java/com/android/server/LocationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1358,7 +1358,7 @@ public class LocationManagerService extends ILocationManager.Stub { private void applyAllProviderRequirementsLocked() { for (LocationProviderInterface p : mProviders) { // If provider is already disabled, don't need to do anything if (!isAllowedBySettingsLocked(p.getName(), UserHandle.getUid(mCurrentUserId, 0))) { if (!isAllowedByCurrentUserSettingsLocked(p.getName())) { continue; } Loading Loading
services/java/com/android/server/LocationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1358,7 +1358,7 @@ public class LocationManagerService extends ILocationManager.Stub { private void applyAllProviderRequirementsLocked() { for (LocationProviderInterface p : mProviders) { // If provider is already disabled, don't need to do anything if (!isAllowedBySettingsLocked(p.getName(), UserHandle.getUid(mCurrentUserId, 0))) { if (!isAllowedByCurrentUserSettingsLocked(p.getName())) { continue; } Loading