am aeca6898: Merge "Fix regression from location changes: GPS battery tracking." into jb-mr1-dev

* commit 'aeca6898041437a7e2ba68c1421b9be90669154d':
  Fix regression from location changes: GPS battery tracking.
This commit is contained in:
Nick Pelly
2012-08-17 12:00:16 -07:00
committed by Android Git Automerger

View File

@@ -845,6 +845,9 @@ public class GpsLocationProvider implements LocationProviderInterface {
} }
} }
} }
// save current uids
mClientUids = uids;
} }
@Override @Override