We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3aa7a6 commit 193a307Copy full SHA for 193a307
utilcode/src/main/java/com/blankj/utilcode/util/LocationUtils.java
@@ -29,6 +29,7 @@ public final class LocationUtils {
29
private static OnLocationChangeListener mListener;
30
private static MyLocationListener myLocationListener;
31
private static LocationManager mLocationManager;
32
+ private static final int TWO_MINUTES = 1000 * 60 * 2;
33
34
private LocationUtils() {
35
throw new UnsupportedOperationException("u can't instantiate me...");
0 commit comments