Merge "Revert "Fixed the problem with the calendar sort order using the column name""

This commit is contained in:
Erik Pasternak
2011-09-01 12:26:14 -07:00
committed by Android (Google) Code Review

View File

@@ -599,7 +599,7 @@ public final class CalendarContract {
/** /**
* The default sort order for this table * The default sort order for this table
*/ */
public static final String DEFAULT_SORT_ORDER = CALENDAR_DISPLAY_NAME; public static final String DEFAULT_SORT_ORDER = "displayName";
/** /**
* The name of the calendar. Column name. * The name of the calendar. Column name.