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
|
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 | ||||
|
feedback
|
|
Check this.... | |||
|
feedback
|