Hi everyone, I have a BroadcastReceiver that will receive texts, and
if the auto-reply feature of my application is on, then it will reply
with a preset message. However, the text message will not send. All is
good with the LogCat, but whenever I try to send a text from the
Messaging application, the phone will not let me send the message. I
suspect this is because the message sent from my application will not
go through, therefore not letting any other text messages through
until I reboot my phone. Then the messages I tried to send earlier
from the Messaging application will send, but not the one my
application is trying to send. for the text message i am using:

SmsManager.getDefault().sendTextMesssage(number, null, message, null,
null);

Thanks,

KidCoder

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to