muzei-api / com.google.android.apps.muzei.api / MuzeiContract / Sources / ACTION_SOURCE_CHANGED

ACTION_SOURCE_CHANGED

const val ACTION_SOURCE_CHANGED: String
Deprecated: This broadcast cannot be received on Build.VERSION_CODES.O and higher devices. Use WorkManager or JobScheduler to listen for source change events in the background on API 24+ devices.

Intent action that will be broadcast when the source info is changed. This happens immediately after the ContentProvider is updated with data and should be considered the signal that you can retrieve the new source info.