You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field public static final java.lang.String ACCOUNT_TYPE_LOCAL = "LOCAL";
16323
16323
field public static final java.lang.String ACTION_EVENT_REMINDER = "android.intent.action.EVENT_REMINDER";
16324
-
field public static final java.lang.String ACTION_HANDLE_CUSTOM_EVENT = "android.intent.action.HANDLE_CUSTOM_EVENT";
16324
+
field public static final java.lang.String ACTION_HANDLE_CUSTOM_EVENT = "android.provider.calendar.action.HANDLE_CUSTOM_EVENT";
16325
16325
field public static final java.lang.String AUTHORITY = "com.android.calendar";
16326
16326
field public static final java.lang.String CALLER_IS_SYNCADAPTER = "caller_is_syncadapter";
16327
16327
field public static final android.net.Uri CONTENT_URI;
16328
+
field public static final java.lang.String EXTRA_CUSTOM_APP_URI = "customAppUri";
16328
16329
field public static final java.lang.String EXTRA_EVENT_ALL_DAY = "allDay";
16329
16330
field public static final java.lang.String EXTRA_EVENT_BEGIN_TIME = "beginTime";
16330
16331
field public static final java.lang.String EXTRA_EVENT_END_TIME = "endTime";
16331
-
field public static final java.lang.String EXTRA_EVENT_URI = "eventUri";
16332
16332
}
16333
16333
16334
16334
public static final class CalendarContract.Attendees implements android.provider.BaseColumns android.provider.CalendarContract.AttendeesColumns android.provider.CalendarContract.EventsColumns {
0 commit comments