On Mon, Jul 11, 2011 at 3:23 AM, inxis <[email protected]> wrote:
> I'm trying to get around the warning dialog saying that "A large
> number of messages are being sent". This pops out every when the SMS
> Sender application I am developing is sending over 100 SMS messages. I
> need to have it turned off.. Is there any way I can do this?

Write your own firmware that eliminates the pop-up message.

> I am also thinking of some work arounds:
>
> 1. create a function that will confirm sending the message
> automatically

Fortunately, this is not possible, as it would be a security hole.

> 2. handle the warning via intercepting the outgoing message

Fortunately, this is not possible, as it would be a security hole.

> 3. update the value of sms_outgoing_check_max_count

This is a secure setting and can only be modified by firmware applications.

> what could be the possible solution to this?

Send fewer than 100 SMSes at a time.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.5 Available!

-- 
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

Reply via email to