update:2020.10.19
fix:设备号获取问题,兼容Android10,报错修复 add:
This commit is contained in:
@@ -176,7 +176,7 @@ public class MyDownloadService extends Service implements NetworkUtils.OnNetwork
|
||||
public void onSuccess(final Response<File> response) {
|
||||
// Settings.System.putString(getApplicationContext().getContentResolver(), "qch_app_forbid", "com.baidu.video");
|
||||
// ApkUtils.installApkInSilence(response.body().getAbsolutePath(), Launcher.this.getPackageName());
|
||||
// AlertDialog.Builder builder = new AlertDialog.Builder(MyDownloadService.this)
|
||||
// AlertDialog.Builder builder = new AlertDialog.Builder(MyDownFile download FailureloadService.this)
|
||||
// .setTitle("软件更新")
|
||||
// .setIcon(R.mipmap.ic_launcher)
|
||||
// .setCancelable(false)
|
||||
|
||||
Reference in New Issue
Block a user