diff options
| author | Victoria Lease <violets@google.com> | 2012-10-24 13:23:21 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-24 13:23:21 -0700 |
| commit | f704e9f67745d1f1c01058f4c74b06d157b4054d (patch) | |
| tree | ff70fc5cc52fd83186a127a93056b9574c191da8 | |
| parent | acf5943c44d34845386afe7946aed086f8b3e87e (diff) | |
| parent | b17223b6f5c4d894530c6412fc5dac2d6be403dc (diff) | |
| download | frameworks_base-f704e9f67745d1f1c01058f4c74b06d157b4054d.zip frameworks_base-f704e9f67745d1f1c01058f4c74b06d157b4054d.tar.gz frameworks_base-f704e9f67745d1f1c01058f4c74b06d157b4054d.tar.bz2 | |
Merge "revise android.location.Geofence documentation" into jb-mr1-dev
| -rw-r--r-- | location/java/android/location/Geofence.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/location/java/android/location/Geofence.java b/location/java/android/location/Geofence.java index 03cca84..b3e4a88 100644 --- a/location/java/android/location/Geofence.java +++ b/location/java/android/location/Geofence.java @@ -22,9 +22,7 @@ import android.os.Parcelable; /** * Represents a geographical boundary, also known as a geofence. * - * <p>Currently only circular geofences are supported, but this object - * is opaque so could be used in the future to represent polygons or other - * shapes. + * <p>Currently only circular geofences are supported. */ public final class Geofence implements Parcelable { /** @hide */ |
