如何从 MediaStore 获取音乐的 URI?
我可以从 MediaStore 获取艺术家、标题和曲目信息,但如何获取我要播放的媒体文件的路径或 uri?
I can get the artist, title and track information from the MediaStore, but how do I get the path or uri of the media file I'm trying to play?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您查询
MediaStore
内容提供程序,您需要的列是:如果媒体位于 SD 卡(或内部存储)上,则该列将是文件的路径。
If you query the
MediaStore
content provider, the column you want is:If the media is on the SD card (or internal storage), that will be the path to the file.