am 7b085571: Merge "DO NOT MERGE Adjust update interval when expiring location requests." into jb-mr1.1-dev

* commit '7b0855715bc6cb14e3ca67d815915d2172f0bc12':
  DO NOT MERGE Adjust update interval when expiring location requests.
This commit is contained in:
Victoria Lease
2012-12-05 14:06:33 -08:00
committed by Android Git Automerger

View File

@@ -1710,9 +1710,6 @@ public class LocationManagerService extends ILocationManager.Stub implements Run
for (UpdateRecord r : deadUpdateRecords) {
r.disposeLocked(true);
}
}
// let the provider know if we just disposed its last update record
if (records.size() == 0) {
applyRequirementsLocked(provider);
}
}