mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-13 21:00:55 +08:00
更新了时间限制
This commit is contained in:
parent
ec13982e55
commit
0fc3753c22
Binary file not shown.
@ -1 +0,0 @@
|
||||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":106,"versionName":"1.0.6","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
||||
@ -131,7 +131,7 @@ public class MainActivity extends BaseActivity
|
||||
private boolean isGPSOpen = false;
|
||||
private boolean isFirstLoc = true; // 是否首次定位
|
||||
|
||||
private static final long mTS = 1609286400;
|
||||
private static final long mTS = 1614470400;
|
||||
|
||||
//位置历史
|
||||
private SQLiteDatabase locHistoryDB;
|
||||
|
||||
@ -33,7 +33,7 @@ import java.util.concurrent.Executors;
|
||||
public class WelcomeActivity extends BaseActivity {
|
||||
private Button startBtn;
|
||||
private TimeCount time;
|
||||
private static final long mTS = 1609286401;
|
||||
private static final long mTS = 1614470401;
|
||||
private boolean isPermission;
|
||||
private boolean isLimit;
|
||||
private boolean isNetwork;
|
||||
|
||||
@ -50,7 +50,7 @@ public class GoService extends Service {
|
||||
double mSpeed;
|
||||
// 限制检测
|
||||
private boolean isLimit = false;
|
||||
private static final long mTS = 1609286402;
|
||||
private static final long mTS = 1614470402;
|
||||
private TimeTask timeTask;
|
||||
private ExecutorService threadExecutor;
|
||||
// 通知栏消息
|
||||
|
||||
Loading…
Reference in New Issue
Block a user