From c0269fcfa876b9c5cf309b2006462b4d09c5ef95 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 28 七月 2021 18:09:02 +0800
Subject: [PATCH] 包名及目录修改

---
 APPUpdate/src/com/ysh/wpc/appupdate/service/DownLoadFileService.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/APPUpdate/src/com/ysh/wpc/appupdate/service/DownLoadFileService.java b/APPUpdate/src/com/ysh/wpc/appupdate/service/DownLoadFileService.java
index 085eefb..4aba577 100644
--- a/APPUpdate/src/com/ysh/wpc/appupdate/service/DownLoadFileService.java
+++ b/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() {

--
Gitblit v1.8.0