Hi, Accessing the media store gives me an IllegalArgumentException. This is a one off case that has been reported by Google crash reports. I do not have any further information such as device, api level etc. I looked the Media Store API and it is undocumented. Nothing, not even bad documentation is present. The checking seems to happen in native code, so really grepping through a few different source files for few different versions did not help either. At this point I would really appreciate any pointers regarding some magical reason for this to happen.
Caused by: java.lang.IllegalArgumentException at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:144) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114) at android.content.ContentProviderProxy.bulkQueryInternal(ContentProviderNative.java:330) at android.content.ContentProviderProxy.query(ContentProviderNative.java:366) at android.content.ContentResolver.query(ContentResolver.java:271) at android.provider.MediaStore$Images$Media.query(MediaStore.java:521) Thanks Gaurav -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

