如何了解 Android 中的标准应用程序?

发布于 2024-11-07 18:25:04 字数 195 浏览 0 评论 0原文

如何在 Android >= API 级别 7 上启动用于文件浏览的默认应用程序? Android 中没有这样的应用程序,那么是否有像 android.intent.action.fileexplore 这样的 Intent 呢?如何查明是否安装了可以显示文件夹内容的应用程序?我怎样才能与它“交谈”?

多谢!

祝你一切顺利
S。

how can I fire the default app for file browsing on Android >= API level 7? There is no app like this that comes with Android, so is there an Intent like android.intent.action.fileexplore? How can I find out whether an application is installed that can display the contents of a folder? And how can I "talk" to it?

Thanks a lot!

Be well
S.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缪败 2024-11-14 18:25:04

如何在 Android >= API 级别 7 上启动用于文件浏览的默认应用程序?

Android中没有这个概念。

Android中没有这样的应用程序,那么是否有像android.intent.action.fileexplore这样的Intent?

不。

如何查明是否安装了可以显示文件夹内容的应用程序?

您可以尝试使用 ACTION_PICK Intent 以及指向相关文件夹的 Uri,但我的猜测是 99.9% 的 Android 设备不会响应此意图的任何内容。

how can I fire the default app for file browsing on Android >= API level 7?

There is no such concept in Android.

There is no app like this that comes with Android, so is there an Intent like android.intent.action.fileexplore?

No.

How can I find out whether an application is installed that can display the contents of a folder?

You can try an ACTION_PICK Intent with a Uri pointing to the folder in question, but my guess is that 99.9% of Android devices will not have anything to respond to this Intent.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文