I am able to write code that can send a sort data message using SMSManager.sendDataMessage. However, I don’t know why it is not working with bulk data message (which contains approx. 200 chars). Can anybody can help me with this?
I am able to write code that can send a sort data message using
Share
If you could post a more specific question and a code block where you think your program fails perhaps I could help, after looking at the API as well it seems as if this function is deprecated, it suggests using
android.telephony.SmsManagerinstead, hope this helps!