small refactoring in GeofenceApp android
This commit is contained in:
parent
08a738316f
commit
e6344c3f3d
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ import static com.esrlabs.geofence.Utils.location;
|
||||||
public class GeofenceApp extends Service implements LocationListener {
|
public class GeofenceApp extends Service implements LocationListener {
|
||||||
|
|
||||||
public static final String TAG = "GeofenceApp";
|
public static final String TAG = "GeofenceApp";
|
||||||
public static final String CAN_PROVIDER = "CanLocationProvider";
|
|
||||||
|
|
||||||
private LocationManager locationManager;
|
private LocationManager locationManager;
|
||||||
private Geofence geofence;
|
private Geofence geofence;
|
||||||
|
|
Loading…
Reference in a new issue