Programatically Send Sms (not Getting Delivery Status)
Possible Duplicate: Programatically send SMS Android (Not receiving status) I am using this code example word for word except for the fact that I changed import android.telep
Solution 1:
Using a Toast to test can confuse things since depending on the situation the Toast notification may not be raised. Try changing it to a Log call or use a debugger to see if that part gets called at all.
Post a Comment for "Programatically Send Sms (not Getting Delivery Status)"