如何访问 Android 设备上的图库文件夹
我想从图库文件夹中检索视频或图像。在我的蜂窝平板电脑中,我没有 SD 卡。谁能告诉我如何在android中检索图像或视频?
谢谢
I want to retrieve a video or image from the gallery folder. In my honeycomb tablet I don't have a sdcard. Can anybody tell me how to retrieve the image or video in android?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
MediaStore
内容提供程序在设备上查找索引媒体。例如,图库应用程序使用MediaStore
—— 没有“图库文件夹”。Use the
MediaStore
content provider to find indexed media on the device. The Gallery application, for example, usesMediaStore
-- there is no "gallery folder".