Hi. I need help. I'm making an application that is kinda doing some detecting. And while detecting, it notifies the user via sms (using SmsManager) when it terminates unexpectedly. Now, here is the situation. When it's detecting, an incoming call can occur, and the app will go into pause. And my app tries to send sms then (in onPause). But it doesn't send sms.
Is it possible to send sms onPause caused by incoming call? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

