muzei-api / com.google.android.apps.muzei.api / MuzeiContract / Artwork / COLUMN_NAME_IMAGE_URI

COLUMN_NAME_IMAGE_URI

const val COLUMN_NAME_IMAGE_URI: String

Column name of the artwork image URI. In almost all cases you should use ContentResolver.openInputStream(CONTENT_URI) to retrieve the already downloaded artwork.

Type: TEXT (URI)