gpt4 book ai didi

android - 在 Android 4.2 中,当使用 intent 以编程方式安装 APK 时,如何允许降级?

转载 作者:行者123 更新时间:2023-12-05 00:07:29 27 4
gpt4 key购买 nike

从 4.2 开始,使用以下代码安装 APK,如果 APK 版本低于当前安装的版本,则安装失败。是否有允许降级的 PutExtra()?

File file = new File(dir, "App.apk");
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(file), "application/vnd.android.package-archive");
startActivity(intent);

或者我需要换一种方式吗?

最佳答案

AFAIK 允许降级是正在安装应用程序的功能,如果此应用程序允许降级,它将降级当前安装的应用程序,否则您不能

所以从你的 Intent 你无法控制它

你可以在你的应用程序中设置

您可以在 list 中设置此属性

This property

关于android - 在 Android 4.2 中,当使用 intent 以编程方式安装 APK 时,如何允许降级?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18935156/

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