[android-developers] Force Close on Click in Calendar after i delete all information set in it

2011-05-02 Thread Alok Kulkarni
Hi All, I am trying to remove all Calendar related entries from a phone(Galaxy tab) Here is the code /** * Deletes all calendar info */ private boolean _deleteCalendarInfo() { try { String uriPrefix; if

Re: [android-developers] Force Close on Click in Calendar after i delete all information set in it

2011-05-02 Thread TreKing
On Mon, May 2, 2011 at 3:36 AM, Alok Kulkarni kulsu...@gmail.com wrote: Is there any better way to Delete all calendar info ? Use the online Google Calendar API - this is not part of the Android SDK.

Re: [android-developers] Force Close on Click in Calendar after i delete all information set in it

2011-05-02 Thread Dianne Hackborn
You can expect individual devices to behave differently when you are using private APIs like these, regardless of platform version. Writing code like this is going to be a continual source of trouble for you. On Mon, May 2, 2011 at 4:36 AM, Alok Kulkarni kulsu...@gmail.com wrote: Hi All, I