Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 405e6746 authored by Victoria Lease's avatar Victoria Lease Committed by Android Git Automerger
Browse files

am f704e9f6: Merge "revise android.location.Geofence documentation" into jb-mr1-dev

* commit 'f704e9f6':
  revise android.location.Geofence documentation
parents a9f16669 f704e9f6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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 */