diff options
Diffstat (limited to 'core/java/android/hardware')
-rw-r--r-- | core/java/android/hardware/location/GeofenceHardware.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/hardware/location/GeofenceHardware.java b/core/java/android/hardware/location/GeofenceHardware.java index 7dd105a..f537a77 100644 --- a/core/java/android/hardware/location/GeofenceHardware.java +++ b/core/java/android/hardware/location/GeofenceHardware.java @@ -490,7 +490,7 @@ public final class GeofenceHardware { // and only call the updated callback on on L and above, this complies with the // documentation of GeofenceHardwareMonitorCallback - if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.L) { + if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { c.onMonitoringSystemChange(event); } } |