admin
2021-07-28 c0269fcfa876b9c5cf309b2006462b4d09c5ef95
APPUpdate/src/com/ysh/wpc/appupdate/service/DownLoadFileService.java
@@ -31,7 +31,7 @@
    @SuppressLint("NewApi")
    @Override
    public int onStartCommand(Intent intent, int flags, int startId) {
        Bundle bundle = (Bundle) intent.getExtras();
        Bundle bundle = intent.getExtras();
        downloadUrl = bundle.getString("downloadurl", "");
        apkType = "";
        new DownLoadApks(this, new IProgress() {