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

MuzeiContract

object MuzeiContract

Contract between Muzei and applications, containing the definitions for all supported URIs and columns as well as helper methods to make it easier to work with the provided data.

Types

Artwork

Constants and helper methods for the Artwork table, providing access to the current artwork.

object Artwork

Sources

Constants and helper methods for the Sources table, providing access to sources' information.

object Sources

Properties

AUTHORITY

Base authority for this content provider

const val AUTHORITY: String

WRITE_PERMISSION

Only Muzei can write to the Muzei ContentProvider - this is a signature permission that no other app can hold.

const val WRITE_PERMISSION: String