Merge "Use METHOD_ALERT instead of METHOD_DEFAULT for reminders" into froyo
This commit is contained in:
commit
a90bb03c25
@ -1091,7 +1091,7 @@ public class CalendarSyncAdapter extends AbstractSyncAdapter {
|
||||
add(ContentProviderOperation
|
||||
.newInsert(REMINDERS_URI)
|
||||
.withValue(Reminders.MINUTES, mins)
|
||||
.withValue(Reminders.METHOD, Reminders.METHOD_DEFAULT)
|
||||
.withValue(Reminders.METHOD, Reminders.METHOD_ALERT)
|
||||
.withValueBackReference(ExtendedProperties.EVENT_ID, eventStart)
|
||||
.build());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user