public static final class CalendarContract.Colors extends Object implements CalendarContract.ColorsColumns
CalendarContract.ColorsColumns.COLOR_KEY
which must be unique for a given
account name/type. These values can only be updated by the sync
adapter. Only CalendarContract.ColorsColumns.COLOR
may be updated after the initial insert. In
addition, a row can only be deleted once all references to that color
have been removed from the CalendarContract.Calendars
or CalendarContract.Events
tables.Modifier and Type | Field and Description |
---|---|
static Uri |
CONTENT_URI
The Uri for querying color information
|
static String |
TABLE_NAME |
COLOR, COLOR_KEY, COLOR_TYPE, TYPE_CALENDAR, TYPE_EVENT
ACCOUNT_NAME, ACCOUNT_TYPE, DATA
_COUNT, _ID
public static final String TABLE_NAME
public static final Uri CONTENT_URI