update:2020.12.30

fix:发版
add:
This commit is contained in:
2020-12-30 10:27:35 +08:00
parent e17935ad76
commit 5428846475
7 changed files with 110 additions and 7 deletions

View File

@@ -47,6 +47,8 @@ public class InitJpushServer extends Service {
// HTTPInterface.checkDevicesInfo(InitJpushServer.this);
HTTPInterface.getAllappPackage(InitJpushServer.this);
HTTPInterface.getForceInstall(InitJpushServer.this);
HTTPInterface.checkUpdate(InitJpushServer.this);
HTTPInterface.checkUpdate(InitJpushServer.this,"com.appstore.uiui");
return START_STICKY;
}