如何在 SDK 中浏览 Android 图库中的电影/媒体文件

发布于 2024-10-18 14:11:48 字数 97 浏览 5 评论 0原文

谁能告诉我如何从 android 文件夹(手机/SD 卡内存)浏览电影文件。假设我的手机内存中有一个电影文件,我想从我的应用程序访问它,最好的方法是什么?

请帮我。

Can anybody tell me how to browse for a movie file from the android folders (either phone/SD Card memory). Let's say I got a movie file on the phone memory and I want to access it from my application, what is the best way to do it?

Please help me.

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

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

发布评论

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

评论(1

时光清浅 2024-10-25 14:11:48

我认为你需要使用

Intent Intent = new Intent(MediaStore.INTENT_ACTION_MEDIA_SEARCH);

我不确定,但我希望这能让您在正确的轨道上找到

此类的链接

http://developer.android.com/reference/android/provider/MediaStore.html#INTENT_ACTION_MEDIA_SEARCH

I think you need to use

Intent intent = new Intent(MediaStore.INTENT_ACTION_MEDIA_SEARCH);

I'm not sure but I hope this put you in the right track

here the link for this class

http://developer.android.com/reference/android/provider/MediaStore.html#INTENT_ACTION_MEDIA_SEARCH

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