从Google Play音乐中获取封面艺术



我知道如何在google play音乐播放本地文件时获得专辑封面。

当播放的音乐不是来自设备文件时,是否有办法获得封面?

我找到了一个获得封面的方法:我正在通过Android的NotificationListenerService收听google play通知,并获得大图标:

Bitmap coverbitmap = ((Bitmap) extras.getParcelable(Notification.EXTRA_LARGE_ICON));

这个(使用"extras"通知包)需要API Level 19。

相关内容

  • 没有找到相关文章

最新更新