1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00

Remove check update from play

This commit is contained in:
世界 2021-05-09 14:00:35 +08:00
parent 5280b740f5
commit 0287857e76
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -107,7 +107,7 @@ public class GcmImpl implements ExternalGcm.Interface {
@Override
public void checkUpdate(Activity ctx) {
if (!checkPlayServices()) return;
/* if (!checkPlayServices()) return;
AppUpdateManager manager = AppUpdateManagerFactory.create(ctx);
InstallStateUpdatedListener listener = (installState) -> {
if (installState.installStatus() == InstallStatus.DOWNLOADED) {
@ -136,7 +136,7 @@ public class GcmImpl implements ExternalGcm.Interface {
} else {
FileLog.d("no updates");
}
});
});*/
}