On Wed, Jul 28, 2010 at 3:51 AM, Phone Pony <phonep...@gmail.com> wrote:
> you are invited to look at the code, and hopefully you can find
> what is wrong with these specific devices.

Uri SmsContentUri = Uri.parse("content://sms");

This is not part of the Android SDK. It is an undocumented feature of
an optional Android application. It will fail to work on some devices.
It may fail to work on future versions of Android. You were told not
to use it:

http://android-developers.blogspot.com/2010/05/be-careful-with-content-providers.html

> So much for "write once, run anywhere"

If you use undocumented unsupported APIs, you will have problems. Do
not use undocumented or unsupported APIs, and you will have better
luck.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 2.9 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to