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() {