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

Commit 300160ed authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I29a3be5b into eclair-mr2

* changes:
  Calendar: add CALLER_IS_SYNCADAPTER parameter.
parents bef17491 5b387e16
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.
     */