am a90bb03c
: Merge "Use METHOD_ALERT instead of METHOD_DEFAULT for reminders" into froyo
Merge commit 'a90bb03c259a9cf2e1ca15ef90b00759cd555987' into froyo-plus-aosp * commit 'a90bb03c259a9cf2e1ca15ef90b00759cd555987': Use METHOD_ALERT instead of METHOD_DEFAULT for reminders
This commit is contained in:
commit
5e80b90e39
@ -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