[android-developers] Re: Send SMS in Android

2010-05-10 Thread Nithin
My wild guess is you are clicking on the button more than once... put the send() inside a if loop and set the boolean to false after calling send() Nithin On May 10, 10:53 am, mike hasitharand...@gmail.com wrote: hi guys, i have a application which send sms. but i found that the application

[android-developers] Re: Send SMS in Android

2010-05-10 Thread mike
hi Nithin, i also guess the same thing because of that what i did was i create a very simple application. it also sends 2 sms's. this is really frustration. this the application package com.sms; import android.app.Activity; import android.os.Bundle; import android.telephony.SmsManager; import

Re: [android-developers] Re: Send SMS in Android

2010-05-10 Thread Mani Android
Hi Randika I'll try to solve ur issue. Add my id in the chat. Regards Mani On Mon, May 10, 2010 at 2:56 PM, mike hasitharand...@gmail.com wrote: hi Nithin, i also guess the same thing because of that what i did was i create a very simple application. it also sends 2 sms's. this is really

[android-developers] Re: Send SMS in Android

2010-05-10 Thread mike
hi Nithin, i also guess the same thing because of that what i did was i create a very simple application. it also sends 2 sms's. this is really frustration. this the application package com.sms; import android.app.Activity; import android.os.Bundle; import android.telephony.SmsManager; import