New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 678207 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Android MediaRouter only (left Chro...
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Show artwork on wearable and lockscreen if the page specify one

Project Member Reported by zqzh...@chromium.org, Jan 4 2017

Issue description

Currently we don't use large icon on Android lockscreen and wearable because we used the favicon as large icon and the resolution is too low.

After we introduced the MediaSession API, the page can now specify artwork of higher resolution so we can use the artwork in lockscreen and wearable if the page specifies one.
 
Here' what it looks like for now.
screen (1).png
23.2 KB View Download
 Issue 679356  has been merged into this issue.
Also the image will be used as lockscreen, since the image for lockscreen and Wearable background use the same API in the Android Support Library.
Summary: Show artwork on wearable and lockscreen if the page specify one (was: Show artwork on wearable if the page specify one)
No, setLargeIcon only for the notification icon.
For lockscreen and Wearable background, we need to use the Android MediaSessionCompat in the support library:

1. Construct a MediaMetadataCompat with METADATA_KEY_ALBUM_ART.
2. Call MediaSessionCompat.setMetadata() with the metadata in step 1.
Components: Internals>Media>Session
Labels: -Pri-3 Pri-2
Labels: M-57
Owner: zqzh...@chromium.org
Status: Started (was: Available)
Project Member

Comment 10 by bugdroid1@chromium.org, Jan 14 2017

Status: Fixed (was: Started)

Sign in to add a comment