Loading core/java/android/provider/Calendar.java +8 −0 Original line number Diff line number Diff line Loading @@ -1205,6 +1205,14 @@ public final class Calendar { public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/events"); /** * The content:// style URI for recurring event exceptions. Insertions require an * appended event ID. Deletion of exceptions requires both the original event ID and * the exception event ID (see {@link Uri.Builder#appendPath}). */ public static final Uri EXCEPTION_CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/exception"); /** * The default sort order for this table */ Loading Loading
core/java/android/provider/Calendar.java +8 −0 Original line number Diff line number Diff line Loading @@ -1205,6 +1205,14 @@ public final class Calendar { public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/events"); /** * The content:// style URI for recurring event exceptions. Insertions require an * appended event ID. Deletion of exceptions requires both the original event ID and * the exception event ID (see {@link Uri.Builder#appendPath}). */ public static final Uri EXCEPTION_CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/exception"); /** * The default sort order for this table */ Loading