version:4.4
fix: update:增加截图上传失败重试
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user