gpt4 book ai didi

android - 如何过滤android文件选择器应用程序

转载 作者:行者123 更新时间:2023-11-30 01:18:02 25 4
gpt4 key购买 nike

我正在使用下面的代码从设备中选择文件

Intent intent = new Intent(Intent.ACTION_PICK);
intent.setType("*/*");
intent.putExtra(Intent.EXTRA_LOCAL_ONLY, true);
startActivityForResult(intent,1212);

以上代码输出如下

sample out put

有什么方法可以删除或过滤对话框中显示的应用程序吗?例如我想从对话框中删除两个 com.android.contacts

最佳答案

Intent 类型 Intent.ACTION_PICK 使应用程序打开所有其他能够执行操作 Intent.ACTION_PICK 的应用程序。当我删除照片应用程序时,我注意到了它,它的选项没有显示在上面的弹出窗口中。

关于android - 如何过滤android文件选择器应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37547566/

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