diff options
| author | 2022-01-06 23:14:05 +0000 | |
|---|---|---|
| committer | 2022-01-06 23:14:05 +0000 | |
| commit | 9a686c07bac366d761d5973eb7d7fbc2cf01ac41 (patch) | |
| tree | fb5196cd5719ee8357295fa60202ce559b887942 /location/java | |
| parent | bb5068359996253178aba8fe0aad9a832988ae96 (diff) | |
| parent | 0cece3898b0f26b0fb026415d4c8f928d16296a3 (diff) | |
Merge "Prepare PropertyInvalidatedCache for SystemApi"
Diffstat (limited to 'location/java')
| -rw-r--r-- | location/java/android/location/LocationManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/location/java/android/location/LocationManager.java b/location/java/android/location/LocationManager.java index 61caa0bf4660..9109a18f120e 100644 --- a/location/java/android/location/LocationManager.java +++ b/location/java/android/location/LocationManager.java @@ -3640,7 +3640,7 @@ public class LocationManager { } @Override - protected Boolean recompute(Integer userId) { + public Boolean recompute(Integer userId) { Preconditions.checkArgument(userId >= 0); if (mManager == null) { |