Android Tv - Now playing card icon

ぐ巨炮叔叔 提交于 2019-12-06 00:48:29

There is actually no way to change the Now Playing Icon as you can change it in the Recommendation Card. I hope that they'll fix this in a further update.

I have noticed that the icon used in Now Playing Card is the one specified in your Manifest, in android:icon attribut of the application node.

This currently works:

metadataBuilder.putString(MediaMetadata.METADATA_KEY_DISPLAY_ICON_URI, String.valueOf(mContext.getResources().getDrawable(R.drawable.your_drawable)));
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!