fix:
update:接口优化,耗电优化
This commit is contained in:
@@ -415,7 +415,7 @@ public class GuardService extends Service {
|
||||
* @param time 和锁屏状态无关,记录设备使用时长的
|
||||
*/
|
||||
private void getLockState(String status, String time) {
|
||||
if (JGYUtils.isOfficialVersion()) {
|
||||
if (JGYUtils.isOfficialVersion() || JGYUtils.getInstance().tagEmpty()) {
|
||||
return;
|
||||
}
|
||||
NetInterfaceManager.getInstance()
|
||||
|
||||
Reference in New Issue
Block a user