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

This commit is contained in:
Victoria Lease
2012-12-05 14:03:27 -08:00
committed by Android (Google) Code Review

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);
}
}