• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How can send Flash (Notification) SMS by Android?

Le@rner

Lurker
Hi all,

i m sending SMS by using
Code:
SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(phoneNumber, null, message, sentPI, deliveredPI);
its working fine and successfully send a standard sms that is automatically saved in recipient mobile inbox.

i want send the sms as flash(notification) sms by this,that message should be displayed immediately on recipient mobile screen but not stored.

please tell me how can i do this.

thanks in advance.
 
Back
Top Bottom