muzei-api / com.google.android.apps.muzei.api / MuzeiContract / Artwork / ACTION_ARTWORK_CHANGED
ACTION_ARTWORK_CHANGED
const val ACTION_ARTWORK_CHANGED: String
Deprecated: This broadcast cannot be received on Build.VERSION_CODES.O and higher devices. Use WorkManager or JobScheduler to listen for artwork change events in the background on API 24+ devices.
Intent action that will be broadcast when the artwork is changed. This happens
immediately after the ContentProvider is updated with data and should be considered
the signal that you can retrieve the new artwork.