gpt4 book ai didi

android - 导入 OpenIntents 以在 Android 应用程序中使用 OI 文件管理器

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

我想在我的应用程序中使用 OI 文件管理器作为集成文件浏览器来搜索和选择文件。

我可以使用以下命令实现浏览器:

Intent intent = new Intent("org.openintents.action.PICK_FILE");
startActivityForResult(intent, 1);

然后看了下demo例子,有问题,如果要导入

import org.openintents.intents.FileManagerIntents;

我在 Eclipse 中收到以下错误:

The import org.openintents cannot be resolved

问题是什么?

谢谢,迈克

最佳答案

您不需要导入任何东西。

Intent intent = new Intent("org.openintents.action.PICK_FILE");
startActivityForResult(intent, 1);

以上行将调用设备上安装的 OI 文件管理器并运行 PICK_FILE 操作。

关于android - 导入 OpenIntents 以在 Android 应用程序中使用 OI 文件管理器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12405313/

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