commit | 53589290aca35ab047eb53a5d09fb584f2cf0693 | [log] [tgz] |
---|---|---|
author | Marc Blank <mblank@google.com> | Tue Mar 16 22:21:38 2010 -0700 |
committer | Marc Blank <mblank@google.com> | Tue Mar 16 22:21:38 2010 -0700 |
tree | 25eaa2676a711602f67075960425ca3049d312ec | |
parent | a5c1f55d604044cf766693e365f6521ae0ce2330 [diff] |
Only delete events locally when calendar is disabled * Disabling a Calendar is supposed to delete all events from the database via CalendarProvider * We didn't call the delete method with the CALLER_IS_SYNCADAPTER parameter, so the deletions were propagating to the server, which is VERY bad * This CL adds the parameter to the URI used for deletion Bug: 2521196 Change-Id: Ib366979fe32ebff0f8cfa3e3f0843ad7e2af4d47