Thanks for the quick reply. What I understand is there is no generic way to
write an application that simplifies or enhances message sending experience.
I will abandon supporting this project and just keep it working on my N1. If
anyone feels like making it work on their device you are invited to do so.

On Wed, Jul 28, 2010 at 11:14 AM, Mark Murphy <mmur...@commonsware.com>wrote:

> 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<android-beginners%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>

-- 
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