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

This commit is contained in:
Nick Pelly
2012-08-17 11:57:52 -07:00
committed by Android (Google) Code Review

View File

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