Merge change 25885 into eclair

* changes:
  handle calendars with an access level of "root"
This commit is contained in:
Android (Google) Code Review
2009-09-20 15:14:16 -04:00

View File

@@ -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;
/**