am 7420f133: Added new extra for creating an all-day event by default

* commit '7420f1339446cd76723d57b3c5c1bbc92f15f4f0':
  Added new extra for creating an all-day event by default
This commit is contained in:
Michael Chan
2011-08-25 13:19:53 -07:00
committed by Android Git Automerger
2 changed files with 7 additions and 0 deletions

View File

@@ -109,6 +109,12 @@ public final class CalendarContract {
*/
public static final String EXTRA_EVENT_END_TIME = "endTime";
/**
* Intent Extras key: When creating an event, set this to true to create an
* all-day event by default
*/
public static final String EXTRA_EVENT_ALL_DAY = "allDay";
/**
* This authority is used for writing to or querying from the calendar
* provider. Note: This is set at first run and cannot be changed without