Skip to content

Commit aeca689

Browse files
Nick PellyAndroid (Google) Code Review
authored andcommitted
Merge "Fix regression from location changes: GPS battery tracking." into jb-mr1-dev
2 parents 79af1dd + f2033e4 commit aeca689

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/java/com/android/server/location/GpsLocationProvider.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,9 @@ private void updateClientUids(int[] uids) {
845845
}
846846
}
847847
}
848+
849+
// save current uids
850+
mClientUids = uids;
848851
}
849852

850853
@Override

0 commit comments

Comments
 (0)