Skip to content

Commit 193a307

Browse files
authored
Update LocationUtils
add TWO_MINUTES variable.
1 parent b3aa7a6 commit 193a307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utilcode/src/main/java/com/blankj/utilcode/util/LocationUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public final class LocationUtils {
2929
private static OnLocationChangeListener mListener;
3030
private static MyLocationListener myLocationListener;
3131
private static LocationManager mLocationManager;
32+
private static final int TWO_MINUTES = 1000 * 60 * 2;
3233

3334
private LocationUtils() {
3435
throw new UnsupportedOperationException("u can't instantiate me...");

0 commit comments

Comments
 (0)