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

Commit 7d9db612 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25885 into eclair

* changes:
  handle calendars with an access level of "root"
parents d163f4ba 2dcaafd1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@ public final class Calendar {
        public static final int EDITOR_ACCESS = 600;
        /** Full access to the calendar */
        public static final int OWNER_ACCESS = 700;
        /** Domain admin */
        public static final int ROOT_ACCESS = 800;

        /**