I’m writing an app that sends sms using SmsManager. How can I get informations about success of this operation? Is there a BroadcastReceiver for “sms sent” events?
Thank you in advice
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.
On devices that use the default Android SMS manager, you should have a
content://sms/sentprovider. If you create a ContentObserver on that provider URL you should be able to receive notifications about sent SMS messages.