From 17ff2b2b3a28da2f34e82ce1a623865fc249e87c Mon Sep 17 00:00:00 2001 From: destradaa Date: Thu, 10 Jul 2014 12:41:11 -0700 Subject: Mark FLP constants as public, so they can be consumed by geofencing. Change-Id: I6e73692064a9f58eeac6ba1118c37ac500df0d9f --- core/java/android/hardware/location/GeofenceHardware.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/java/android/hardware/location') diff --git a/core/java/android/hardware/location/GeofenceHardware.java b/core/java/android/hardware/location/GeofenceHardware.java index 4c074e9..2d7b7e1 100644 --- a/core/java/android/hardware/location/GeofenceHardware.java +++ b/core/java/android/hardware/location/GeofenceHardware.java @@ -56,8 +56,6 @@ public final class GeofenceHardware { /** * Constant for geofence monitoring done by the Fused hardware. - * - * @hide */ public static final int MONITORING_TYPE_FUSED_HARDWARE = 1; @@ -128,8 +126,6 @@ public final class GeofenceHardware { /** * The constant used to indicate that the operation failed due to insufficient memory. - * - * @hide */ public static final int GEOFENCE_ERROR_INSUFFICIENT_MEMORY = 6; -- cgit v1.1