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

Commit 145d7d87 authored by Erik's avatar Erik Committed by Android (Google) Code Review
Browse files

Merge "Add comment about not changing calendar authority"

parents b44cb0ba e9b734df
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -59,6 +59,10 @@ public final class Calendar {
    public static final String EVENT_BEGIN_TIME = "beginTime";
    public static final String EVENT_END_TIME = "endTime";

    /**
     * This must not be changed or horrible, unspeakable things could happen.
     * For instance, the Calendar app might break. Also, the db might not work.
     */
    public static final String AUTHORITY = "com.android.calendar";

    /**