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

Commit e5e0250d authored by Michael Chan's avatar Michael Chan Committed by RoboErik
Browse files

Fix a calendar info query to use a constant instead of a string

This was causing an error when trying to query the calendar app
status from the dialer.

Change-Id: I7d5f554a96d7dc3dfed8d3fa8a0f16635a776701
parent 31f8e910
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15610,7 +15610,7 @@ package android.provider {
  public static final class CalendarContract.Calendars implements android.provider.BaseColumns android.provider.CalendarContract.CalendarColumns android.provider.CalendarContract.SyncColumns {
    field public static final java.lang.String CALENDAR_LOCATION = "calendar_location";
    field public static final android.net.Uri CONTENT_URI;
    field public static final java.lang.String DEFAULT_SORT_ORDER = "displayName";
    field public static final java.lang.String DEFAULT_SORT_ORDER = "calendar_displayName";
    field public static final java.lang.String NAME = "name";
  }
+1 −1
Original line number Diff line number Diff line
@@ -599,7 +599,7 @@ public final class CalendarContract {
        /**
         * The default sort order for this table
         */
        public static final String DEFAULT_SORT_ORDER = "displayName";
        public static final String DEFAULT_SORT_ORDER = CALENDAR_DISPLAY_NAME;

        /**
         * The name of the calendar. Column name.