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

Commit 5b387e16 authored by Ken Shirriff's avatar Ken Shirriff
Browse files

Calendar: add CALLER_IS_SYNCADAPTER parameter.

parent 195a507f
Loading
Loading
Loading
Loading
+27 −18
Original line number Diff line number Diff line
@@ -75,6 +75,15 @@ public final class Calendar {
    public static final Uri CONTENT_URI =
        Uri.parse("content://" + AUTHORITY);

    /**
     * An optional insert, update or delete URI parameter that allows the caller
     * to specify that it is a sync adapter. The default value is false. If true
     * the dirty flag is not automatically set and the "syncToNetwork" parameter
     * is set to false when calling
     * {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}.
     */
    public static final String CALLER_IS_SYNCADAPTER = "caller_is_syncadapter";

    /**
     * Columns from the Calendars table that other tables join into themselves.
     */