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

Commit e9b734df authored by Erik's avatar Erik
Browse files

Add comment about not changing calendar authority

Change-Id: I1d5423ceda17b0e594520b3236e984584fedcbbb
parent 28dcdd77
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";

    /**