Annotation Interface ThemeContract.Preset

Enclosing class:
ThemeContract

public static @interface ThemeContract.Preset
Interface to hold the preset constants.
  • Field Details

    • TABLE_NAME

      static final String TABLE_NAME
      Table name for the presets data.
      See Also:
    • AUTHORITY

      static final String AUTHORITY
      Package name for the theme manager app.
      See Also:
    • CONTENT_URI

      static final Uri CONTENT_URI
      Content provider URI for the presets table.
    • READ_PERMISSIONS

      static final String[] READ_PERMISSIONS
      Permissions required to read the presets.
    • RECEIVER_PERMISSIONS

      static final String[] RECEIVER_PERMISSIONS
      Permissions required to receive the presets.