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'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. I didn't want to just assume the message went through and keep sending messages, but I might need to. Any ideas, or is this an Android bug? BTW: I'm using the 1.5 emulator. I've not yet tried it in a later version of Android.
On Tue, Mar 16, 2010 at 8:21 AM, Mark Murphy <mmur...@commonsware.com> wrote: > Isaac Wagner wrote: >> So, I've hit the 100 text messages per hour limit from my application. >> Is there: >> >> A) A way to work around that without rooting the phone >> >> B) A way for my application to push the OK button on the dialog that pops up >> >> C) Panic > > D) Recognize that sending 100 text messages per hour is going to be > expensive for many Android device users, and so having this confirmation > is good for Android as a whole, even if it means you cannot do whatever > it is you are trying to do. > > B) is not possible. A) is possible if you use some sort of > Internet-based SMS delivery agent. Then, you are responsible for the > fees, not the end user. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://twitter.com/commonsguy > > Android Training in US: 14-18 June 2010: http://bignerdranch.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 -- 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