this is part of my sms sent intent code
case Activity.RESULT_OK:
Toast.makeText(getBaseContext(), "SMS sent", Toast.LENGTH_LONG).show();
break;
how do i make toast display “SMS sent – John Doe” instead of generic “SMS sent”?
i’ve looked at intent, bundle.setkey looking for the phone number; they have null values, am i looking at the wrong places?
thanks for helps and pointers.
try the following code
and in onRecieve u can catch as follows