Isaac Wagner wrote: > After the 100 messages limit Android pops up a dialog saying something > about sending a large number of messages and asking the user if they > want to continue. When they click OK or Cancel are there events > generated that I can get?
I do not know for certain, as I don't send SMSes. Are you saying the sent event you are presently watching for does not occur, even if the user presses OK? BTW, I'm assuming this is from your PendingIntent that you use with sendTextMessage(). > I've been watching the SMS sent event and > then keying the next message off that event. That works fine until > Android starts popping up the dialog, then the SMS events stop coming > and my application loses its state. Why does your application lose its state? Won't you have the same problem if there are telephony issues (e.g., out of signal area) that cause an SMS to be delayed in its delivery? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in NYC: 1-2 May 2010: http://guruloft.com -- 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