> I believe I did mention the problem I met even though I didn't make it
> very clear. If I have to be more specific, here it is
> a query liks this
> Cursor c = this.getContentResolver().query(Uri.parse("content://
> mms/"),null,null,null,null);
Do you have any evidence that this content provider is supported in the SDK?
> returns the following columns
> // These constants are used to construct union queries across the
> // MMS and SMS base tables.
>
> // These are the columns that appear in both the MMS ("pdu") and
> // SMS ("sms") message tables.
> private static final String[] MMS_SMS_COLUMNS =
> { BaseColumns._ID, Mms.DATE, Mms.READ, Mms.THREAD_ID };
The android.provider.Telephony.Mms class is not in the SDK, as far as I
can tell.
If you are modifying the firmware, you may have better luck getting the
answers you seek from one of the firmware forums:
http://source.android.com/discuss
You might also consider examining the source code to the provider you are
attempting to access (com.android.providers.telephony.MmsProvider).
--
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 2.0 Available!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---