gpt4 book ai didi

android - 如何在没有市场非系统应用程序的情况下在 android 上自动安装 apk

转载 作者:行者123 更新时间:2023-11-29 01:20:58 26 4
gpt4 key购买 nike

我在服务器中获取了 apk。

我试试

File apkFile = new File("/sdcard/Download/openapk.apk");
Uri apkUri = Uri.fromFile(apkFile);
Intent webIntent = new Intent(Intent.ACTION_VIEW);
webIntent.setDataAndType(Uri.fromFile(apkFile), "application/vnd.android.package-archive");
webIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(webIntent);

这段代码。在图片下显示后。此代码是当我单击安装按钮时。开始安装。但我想要自动安装和 apk 执行

也许可以在 apk 执行后自动安装。 ?

enter image description here

最佳答案

不,不可能,这很好,因为如果可能的话,这意味着应用程序可以在不询问用户的情况下在设备上安装任何东西......

Android 会更加不安全。

关于android - 如何在没有市场非系统应用程序的情况下在 android 上自动安装 apk,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36833794/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com