下载安装APK

Uri myBlogUri = Uri.parse("URL");
Intent intent = new Intent(Intent.ACTION_VIEW, myBlogUri);
startActivity(intent);
原文地址:https://www.cnblogs.com/liguangsunls/p/7207061.html