Skip to content

Commit

Permalink
20201231 解决apk升级成功后,安装时弹出选择应用程序界面
Browse files Browse the repository at this point in the history
  • Loading branch information
yazhou zhang committed Dec 31, 2020
1 parent 54962ab commit 10d3206
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ protected void onPostExecute(String s) {
Log.i(TAG, "onPostExecute: apk save path = " + s);
DownloadProgressDialogUtils.closeProgressDialog();
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
File apkFile = new File(s);
try {
//兼容7.0
Expand Down

0 comments on commit 10d3206

Please sign in to comment.