Can anybody tell me how to receive an intent sent by any other activity on the device to send sms:

Intent intent = new Intent(Intent.ACTION_VIEW, uri );

want to build an SMS sending app

link|improve this question
feedback

1 Answer

Check this....

Messaging application code

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.