Use METHOD_ALERT instead of METHOD_DEFAULT for reminders
* Exchange has been using METHOD_DEFAULT for reminders, but it turns out that this doesn't work. * Changed to use METHOD_ALERT Bug: 2604156 Change-Id: Ia76bb2fc150202de9c49af9ab8caf86c9bda775f
This commit is contained in:
parent
a8f7b3e16e
commit
849ba0285c
@ -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