Added new extra for creating an all-day event by default

bug:2891538
Change-Id: Ifbd835535a8b6f6f46b0a366023d77e9662639a1
This commit is contained in:
Michael Chan
2011-08-25 00:54:25 -07:00
parent c93fcdce22
commit 7420f13394
2 changed files with 7 additions and 0 deletions

View File

@@ -15458,6 +15458,7 @@ package android.provider {
field public static final java.lang.String AUTHORITY = "com.android.calendar";
field public static final java.lang.String CALLER_IS_SYNCADAPTER = "caller_is_syncadapter";
field public static final android.net.Uri CONTENT_URI;
field public static final java.lang.String EXTRA_EVENT_ALL_DAY = "allDay";
field public static final java.lang.String EXTRA_EVENT_BEGIN_TIME = "beginTime";
field public static final java.lang.String EXTRA_EVENT_END_TIME = "endTime";
}

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