I have found where is the problem
It is bug in a tattoo:
http://stackoverflow.com/questions/2285 ... double-sms

mijalko wrote:I have found where is the problem
It is bug in a tattoo:
http://stackoverflow.com/questions/2285 ... double-sms


PendingIntent pi = PendingIntent.getActivity(this, 0,
new Intent(this, SMSNew.class), 0);
SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(phoneNumber, null, message, pi, null);


Nemat wrote:Hi,
I am trying to send sms on device.but my sms is sent twice.Here is my code:
SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(destination,null, "This is test message",null, null);



mapiko wrote:Did you write premissions in your manifest file?


mapiko wrote:Can I see code? (all files..)





Return to Other Coding-Problems
Users browsing this forum: Google [Bot] and 6 guests