gpt4 book ai didi

android - 如何使用 Intent.ACTION_VIEW 查看文件夹的内容?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:08:24 26 4
gpt4 key购买 nike

我正在尝试使用 intent 查看特定文件夹中的图像。我的代码如下:

Intent intent = new Intent();  
intent.setAction(Intent.ACTION_VIEW);
Uri imgUri = Uri.parse("file://sdcard/download");
intent.setDataAndType(imgUri, "image/*");
startActivity(intent);

但是,每次它运行时,我都会在日志中收到此消息:

02-25 00:40:16.271: ERROR/(8359): can't open '/download'
02-25 00:40:16.271: ERROR/(8359): can't open '/download'

我做错了什么?

最佳答案

我认为这比其他人建议的要简单得多。我相信路径区分大小写。在您的示例中,“file://sdcard/Download”应该有效。

关于android - 如何使用 Intent.ACTION_VIEW 查看文件夹的内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5114408/

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