Where can I find the official documentation for the MMS content provider. I am experimenting with a way to integrate a third-party picture messaging application with the native messaging client on Android. After sufficient research, I was able to figure out figure out the details about writing into the MMS content provider URIs (contant://mms, content://mms/address, and content://mms/part). I am able to see the entries made by my application, which is identical to the entries the native app is making. But for some readon, I am unable to see view the image in the message form the native messaging client. I have no problem in viewing the text content.
I keep getting the following error message in the logcat /MultimediaMessage( 8176): ------------isPending:mBoxId: 2 D/MessageUtils( 8176): loadThumbnailBitmap: content://mms/part/126 V/MmsProvider( 208): Query uri=content://mms/part/126, match=12 D/skia ( 8176): --- SkImageDecoder::Factory returned null V/MmsProvider( 208): Query uri=content://mms/part/126, match=12 D/dalvikvm( 8176): GC_FOR_MALLOC freed 8518 objects / 602000 bytes in 51ms D/skia ( 8176): --- SkImageDecoder::Factory returned null V/MmsProvider( 208): Query uri=content://mms/part/126, match=12 D/MessageUtils( 8176): Message thumbnail cache file exist: /data/data/ com.android.mms/cache/PART_1316715198298 Looks like the content I am saving into the MMS part table is found, but not able to load. Any ideas on how to make this work. Thanks -- 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

