app/src/main/java/cn/flightfeather/thirdapp/util/updateApp/UpdateAppUtil.java
@@ -97,7 +97,7 @@
    public void downLoadApk() {
        try {
            DownloadManager.Request request = new DownloadManager.Request(Uri.parse(versionVo.getDownloadUrl()));
            request.setTitle("第三方监管");
            request.setTitle(application.getString(R.string.app_name));
            request.setDescription("正在下载...");
            request.setDestinationInExternalFilesDir(application, Environment.DIRECTORY_DOWNLOADS, "supervision.apk");
            downloadManager = (DownloadManager) application.getSystemService(Context.DOWNLOAD_SERVICE);