version:4.4

fix:
update:增加截图上传失败重试
This commit is contained in:
2022-04-20 15:49:43 +08:00
parent 53dd43030e
commit 5b567c55b1
5 changed files with 172 additions and 28 deletions

View File

@@ -245,7 +245,7 @@ public class GuardService extends Service {
aMapLocationClient.stopLocation();
aMapLocationClient.startLocation();
getLockState("2", String.valueOf(time));
sendScreenStatus(1);
// sendScreenStatus(1);
}
break;
case Intent.ACTION_SCREEN_OFF: {
@@ -255,7 +255,7 @@ public class GuardService extends Service {
JGYUtils.getInstance().wakeUpAoleyunAPP();
JGYUtils.getInstance().deleteScreenshots();
}
sendScreenStatus(2);
// sendScreenStatus(2);
}
break;
case Intent.ACTION_SHUTDOWN: