version:1.8
fix: update:接口优化
This commit is contained in:
@@ -879,6 +879,8 @@ public class MessageReceiver extends XGPushBaseReceiver {
|
||||
if (JGYUtils.getInstance().isScreenOn()) {
|
||||
NetInterfaceManager.getInstance().screenshot();
|
||||
}
|
||||
MainService.getPresenter().getAllApp();
|
||||
MainService.getPresenter().getSnInfo();
|
||||
}
|
||||
|
||||
synchronized private void setUsbStatus(Context context, String jsonString) {
|
||||
@@ -1236,12 +1238,7 @@ public class MessageReceiver extends XGPushBaseReceiver {
|
||||
boolean putString = Settings.System.putString(context.getContentResolver(), CommonConfig.AOLE_APP_WEB_WHITE_LIST, "");
|
||||
Log.e(TAG, "setAppInsideNetwork: " + putString);
|
||||
} else if (is_ground == 1) {
|
||||
NetInterfaceManager.getInstance().getAppJump(new NetInterfaceManager.CompleteCallback() {
|
||||
@Override
|
||||
public void onComplete() {
|
||||
|
||||
}
|
||||
});
|
||||
NetInterfaceManager.getInstance().getAppJump();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user