update:2019.04.11

fix:修复状态栏管控
add:增加OTG管控
This commit is contained in:
2020-04-11 18:35:38 +08:00
parent a22583da81
commit 800948658c
8 changed files with 325 additions and 64 deletions

View File

@@ -13,16 +13,8 @@ import android.util.Log;
import android.view.View;
import android.widget.Toast;
import com.lzy.okserver.download.DownloadInfo;
import com.lzy.okserver.download.DownloadManager;
import com.lzy.okserver.download.DownloadService;
import com.mjsheng.myappstore.BuildConfig;
import com.mjsheng.myappstore.R;
import com.mjsheng.myappstore.bean.AppDateInfo;
import com.mjsheng.myappstore.bean.AppDownloadInfo;
import com.mjsheng.myappstore.bean.FileData;
import com.mjsheng.myappstore.download.StorageUtils;
import com.mjsheng.myappstore.utils.update.ToastTool;
import java.io.BufferedReader;