是否可以使用标准音乐应用程序来选择音频文件?
在我的应用程序中,我希望能够选择要使用的设备上的音频文件。 Android 2.3“音乐”中的标准音频播放器提供了我满足要求所需的一切。是否可以发送一个意图来打开音乐应用程序,选择一首歌曲并将音频文件 ID 作为结果返回给我的应用程序?
提前致谢!
问候, 安迪
in my application, I want to be able to select an audio file which is on the device to be used. The standard audio player in Android 2.3 "Music" offers everything I need to fullfill the requirements. Is it possible to send an Intent to open the Music app, select a song and give back the audio file id as result to my application?
thanks in advance!
greets,
Andi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过使用
INTENT_ACTION_MEDIA_SEARCH
?它似乎做你正在寻找的事情..Have you tried using the
INTENT_ACTION_MEDIA_SEARCH
? It seems to do what you are looking for..