Can I use android's sms api to have users send and receive messages without leaving my app at all? i.e., as far as the users know, the sms is completely part of my app.
So far my understanding is that I can have a user send an sms from within my app, but the recipient will not get the sms within my app.