version:1.8
fix: update:联网上传信息
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user