Dear All,

When we save an event in the Calendar and when the alert triggers, it
shows up the notification in the status bar and click on the
notification and press "snooze all", at that moment it calls "gettype"
method in calendarprovider2.java where the "sUriMatcher" is returning
"-1", hence goes to the default switch case and throws
illegalArgumentException saying unknown URL content because of which
it throws sometimes force close. This issue is observed in google
basecode. Can please someone help with this..


07-29 18:03:43.159  3403  3743 E DatabaseUtils: Writing exception to
parcel
07-29 18:03:43.159  3403  3743 E DatabaseUtils:
java.lang.IllegalArgumentException: Unknown URL 
content://com.android.calendar/1311943122873
07-29 18:03:43.159  3403  3743 E DatabaseUtils:         at
com.android.providers.calendar.CalendarProvider2.getType(CalendarProvider2.java:
1767)
07-29 18:03:43.159  3403  3743 E DatabaseUtils:         at
android.content.ContentProvider$Transport.getType(ContentProvider.java:
192)
07-29 18:03:43.159  3403  3743 E DatabaseUtils:         at
android.content.ContentProviderNative.onTransact(ContentProviderNative.java:
133)
07-29 18:03:43.159  3403  3743 E DatabaseUtils:         at
android.os.Binder.execTransact(Binder.java:320)
07-29 18:03:43.159  3403  3743 E DatabaseUtils:         at
dalvik.system.NativeStart.run(Native Method)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to