开发者

Android SMS Sending Intent filter

开发者 https://www.devze.com 2023-01-15 02:17 出处:网络
I \'m usingin 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 us

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
0

精彩评论

暂无评论...
验证码 换一张
取 消