I want to develop such an app. on installation of which I would have two choices while sending sms either through my app or default sms app.
Is there any way through which we can capture an outgoing SMS?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can add the following intent filter to your Activity’s AndroidManifest.xml description that will allow the user to select your application for sending SMS when they click on the Send SMS action in the contacts and sms application:
This passes a data uri in the format of smsto://target-number , your app needs to take care of the text entry and sending of the SMS using SMSManager.