@JvmStatic @WorkerThread fun getCurrentArtworkBitmap(context: Context): Bitmap?
Naively gets the current artwork image without any subsampling or optimization for output size
Note that this may return a very large Bitmap so following the Displaying Bitmaps Efficiently training is highly recommended.
context
- the context to retrieve a ContentResolver.
FileNotFoundException
- If no cached artwork image was found.
Return
A Bitmap of the current artwork or null if the image could not be decoded.