ANDROID 版本更新下載 自動安裝

mFile 表示下載的apk文件 Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(mFile), "application/vnd.android.package-archive"); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); startActivity(intent);android

相關文章
相關標籤/搜索