开发者

Get details of current media file playing in android media player

开发者 https://www.devze.com 2023-01-14 11:38 出处:网络
Is there any way to get the details of media files that is开发者_JAVA百科 executed in android(default) media player? This thread might help you to find what you are looking for: http://www.alexc.me/an

Is there any way to get the details of media files that is开发者_JAVA百科 executed in android(default) media player?


This thread might help you to find what you are looking for: http://www.alexc.me/android-music-app-service-currently-playing-song/231/

Regards


You can start playing a media file on your phone with the debug bridge enabled (or just use the emulator) and check with LogCat if there is an Intent - but as far as I know the SDK does not provide a way to retrieve details for played media files

0

精彩评论

暂无评论...
验证码 换一张
取 消