Thank you for your answer. Could you tell me if it possible to open the messages from the sms provider with the VIEW_ACTION? I'm trying to "link" from my text notification to the whole message list. I'm doing it like this:
http://paste.pocoo.org/show/95624/ I'm getting the following error: 12-16 19:19:22.925: ERROR/AndroidRuntime(1414): java.lang.RuntimeException: Unable to start activity ComponentInfo {com.android.mms/com.android.mms.ui.ComposeMessageActivity}: java.lang.IllegalArgumentException: Unknown URL content://contacts/phones/filter///mms-sms/conversations/ Especially I don't understand the "content://contacts/phones/filter" - where does it come from? What is the right Uri to do that? I'm looking forward reading your answer. Thank you! Regards from Germany. On 16 Dez., 18:23, "Dianne Hackborn" <[email protected]> wrote: > It's definitely not possible to start one of the "default" messaging > application, since there is no such thing. There is no standard "start the > messaging preferences" intent, so individual apps could allow external > entities to start their prefs with their own private protocol, but most > likely none of them do. > > On Tue, Dec 16, 2008 at 7:36 AM, code_android_festival_way < > > [email protected]> wrote: > > > Hello! > > > Is it really not possible to start the preferences activity of the > > default messaging application? It would be ok as well to start the > > messaging application at the conversation list. Is there no way to do > > this? > > > Regards. > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support. All such questions should be posted on public > forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

