Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 Android 应用程序中安装 APK。谁能给我一个如何做到这一点的例子?
编辑:
另外,如何从未知资源首选项页面打开安装应用程序以便用户可以更改它?
我实际上的意思是使用代码打开屏幕,所以我可以立即打开偏好页面供用户简单地选中该框,然后按返回。是否可以检查他们是否允许非市场应用程序?
应用程序可以请求足够的权限来执行此操作吗?
使用带有您的 apk 文件链接的意图。
Intent intent = new Intent(Intent.ACTION_VIEW ,Uri.parse("http://movil.reforma.com/android/Android_Noticias_Reforma.apk")); startActivity(intent);
从未知资源偏好安装应用程序
去
设置 > 应用程序 > 未知来源