version:1.8

fix:
update:联网上传信息
This commit is contained in:
2022-11-19 10:37:31 +08:00
parent 51da188e59
commit 12f09a81da
2 changed files with 3 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ public class MainActivity extends BaseActivity implements MainAContact.MainView,
Log.e(TAG, "getWeekDay: " + TimeUtils.inWeekDay(1627702095000L));
Log.e(TAG, "getWeekDayString: " + new TimeUtils().getWeekDayString());
Log.e(TAG, "getWeekDayString: " + new TimeUtils().getWeekDayString(1627702095000L));
Log.e(TAG, "initData: sn = "+Utils.getSerial() );
}
if (DeviceManager.isDebugMode()) {
Settings.System.putInt(getContentResolver(), CommonConfig.AOLE_ACTION_DEVELOPER_OPTIONS, 0);

View File

@@ -121,6 +121,7 @@ public class MainService extends Service implements MainSContact.MainView, Netwo
mPresenter.getAllApp();
SPUtils.put(this, CommonConfig.JGY_FIRST_BOOT, 1);
}
NetInterfaceManager.getInstance().updateAdminInfo();
}
@Override
@@ -154,6 +155,7 @@ public class MainService extends Service implements MainSContact.MainView, Netwo
ApkUtils.writeAppPackageList(MainService.this, "");
}
mPresenter.getAllApp();
NetInterfaceManager.getInstance().updateAdminInfo();
ApkUtils.UninstallAPP(this, "com.joytv.live");
ApkUtils.UninstallAPP(this, "com.tencent.android.qqdownloader");