diff options
| author | destradaa <destradaa@google.com> | 2014-07-10 12:41:11 -0700 |
|---|---|---|
| committer | destradaa <destradaa@google.com> | 2014-07-10 12:41:11 -0700 |
| commit | 17ff2b2b3a28da2f34e82ce1a623865fc249e87c (patch) | |
| tree | af8a2188c408c2d2d07b0ea440c2d413ca88385e /core/java/android/hardware | |
| parent | 35d552f7adf0ccffbd78c4220862188a198dda7d (diff) | |
| download | frameworks_base-17ff2b2b3a28da2f34e82ce1a623865fc249e87c.zip frameworks_base-17ff2b2b3a28da2f34e82ce1a623865fc249e87c.tar.gz frameworks_base-17ff2b2b3a28da2f34e82ce1a623865fc249e87c.tar.bz2 | |
Mark FLP constants as public, so they can be consumed by geofencing.
Change-Id: I6e73692064a9f58eeac6ba1118c37ac500df0d9f
Diffstat (limited to 'core/java/android/hardware')
| -rw-r--r-- | core/java/android/hardware/location/GeofenceHardware.java | 4 |
1 files changed, 0 insertions, 4 deletions
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; |
