如何从我的应用程序启动默认音乐播放器?
我用 ListView
制作了一个应用程序。当我点击 ListView
项目时,.ogg
声音文件应该开始播放。不在我的应用程序中,而是在用户的默认音乐播放器应用程序中。我该怎么做?
I make a app with a ListView
. When I tap on a ListView
item, a .ogg
soundfile should start playing. Not in my app, but in the default music player app of the user. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试这个
或
从 http://snipt.net/Martin/android-intent-usage/< 中提取/a>
我没有测试过自己。
Try this
Or
Extracted from http://snipt.net/Martin/android-intent-usage/
I haven't tested myself.
不知道这是否直接适用于这个问题,但这里有一种从您自己的应用程序打开 Play 音乐应用程序的方法:
dunno if this directly applies to the question, but here is a way to open the Play Music app from your own app:
试试这个:
Try this: