Android SMS Sending Intent filter
I 'm using in an Activity in Android so that It could receive the intent when I try to send SMS. While sendi开发者_StackOverflow中文版ng the SMS I want to get a pop up asking me which app I want to use, native sms app or my app.
My problem is that it works when I 'm resending those sms which are failed to sent in last attempt i got the pop asking to choose sms app but If i just type a message after inputting target phone no It just uses native sms app not ask choices for SMS apps
MOreover Is there any way thourgh which I could put listener to outgoing sms so that I could invoke my application.
- Regards Anil
精彩评论