Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59b3cfee authored by Alon Albert's avatar Alon Albert Committed by Android Git Automerger
Browse files

am 2d6ef862: Merge "Add EVENT_COLOR\'s to Event Entity Iterator"

# Via Alon Albert (1) and Android (Google) Code Review (1)
* commit '2d6ef862':
  Add EVENT_COLOR's to Event Entity Iterator
parents 3bbac978 2d6ef862
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1378,6 +1378,8 @@ public final class CalendarContract {
                DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, ALL_DAY);
                DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, ACCESS_LEVEL);
                DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, AVAILABILITY);
                DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, EVENT_COLOR);
                DatabaseUtils.cursorIntToContentValuesIfPresent(cursor, cv, EVENT_COLOR_KEY);
                DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, HAS_ALARM);
                DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv,
                        HAS_EXTENDED_PROPERTIES);