Annotation Interface ThemeContract.Preset
- Enclosing class:
- ThemeContract
public static @interface ThemeContract.Preset
Interface to hold the preset constants.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
Interface to hold the preset database columns.static @interface
Interface to hold the theme preset type. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Package name for the theme manager app.static final Uri
Content provider URI for the presets table.static final String[]
Permissions required to read the presets.static final String[]
Permissions required to receive the presets.static final String
Table name for the presets data.
-
Field Details
-
TABLE_NAME
Table name for the presets data.- See Also:
-
AUTHORITY
Package name for the theme manager app.- See Also:
-
CONTENT_URI
Content provider URI for the presets table. -
READ_PERMISSIONS
Permissions required to read the presets. -
RECEIVER_PERMISSIONS
Permissions required to receive the presets.
-