I can not use “content://sms”?
Works on all Android devices?
I’m using “SmsManager” but does not add sms in the phone box output.
I use the “content://sms/outbox” to save the information.
How can I using the “SmsManager”?
Thanks.
I can not use content://sms? Works on all Android devices? I’m using SmsManager but
Share
After you send the message you have to write the SMS to the cr.
This requires the sms write permission, and has to be completed after the sms is sent.