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

Commit 6414970a authored by Erik Pasternak's avatar Erik Pasternak Committed by Android (Google) Code Review
Browse files

Merge "b/2358627 and b/2293263 Fixed eventDay bugs."

parents fa9cafa0 bd8e2e20
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1144,13 +1144,14 @@ public final class Calendar {
         * <P>Type: INTEGER (int)</P>
         */
        public static final String STARTDAY = "startDay";
        public static final String ENDDAY = "endDay";

    }

    public static final class EventDays implements EventDaysColumns {
        public static final Uri CONTENT_URI = Uri.parse("content://calendar/instances/groupbyday");

        public static final String[] PROJECTION = { STARTDAY };
        public static final String[] PROJECTION = { STARTDAY, ENDDAY };
        public static final String SELECTION = "selected==1";

        /**