Nope, not that. You can't change the action of the default messenger app, because it's actually an app included on the phone. Thus what you're wanting to do is akin to you wanting to open your app whenever somebody clicked on the browser app, for example. You can use intent filters to receive certain SMS messages, for example, but if you really want to do this, you'll have to actually have the user launch your app directly, it's not possible to route them to your app through the messaging app. If you click on the dialer app it doesn't allow you to select skype, does it? Maybe it does, but I'm figuring this only happens when you press a number or something like that, which is handled by intent filters.
kris On Sat, Feb 11, 2012 at 2:12 PM, Goutom <[email protected]> wrote: > Hi > > I am building an sms application. Now the question ! > > I have "skype" installed in my android phone.When I press defualt "Call" > button it > shows a dialog with two items : "Dialer" (defualt android call option) , > "Skype". > > Now, I want when user will press defualt "Sms" button then a dialog will > show which will > have two items including my app.I think I need to add someing in intent > filter. > > What to do? > > Thanks in advance. > > Regards > Riskycoder > > -- > 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 -- 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

