Android Question {APP-NAME} is sending a large number of sms messages

G

GCOINC

Guest
Has anyone seen this message appear...

APP-NAME is sending a large number of sms messages...

SMS-Error-238x160.jpg


Is there any way to disable this nag?
Will this nag (if no selection is made) kill the app after some time?


Anyone input would be great.
 
G

GCOINC

Guest
Yes, I am sending a message every RND(50,80) seconds which is less than 100 per hour.
This nag message above is not stopping the sending process whatsoever, which is good.

Classifying this as a 'protective feature' is rather funny because after I confirm 'ALLOW' on the nag, about 50 messages later I am re-nagged to 'ALLOW' again... and this goes on indefinitely. You would think since I am ALLOWING the process that the OS would store that and leave me to my business ;)

However I am getting an 'update os version', which is actually stalling the process. (lame!)
-This is something else... I would rather not update my OS, I cannot find a way to disable this without installing apps. (ultra lame!)


I am running nexus S 4.1.2 b.JZO54K
 
Upvote 0

boten

Active Member
Licensed User
Longtime User
on that sme note.....
Suppose my app sends a large number of SMS msgs, either short or using SendLArgeSms (here) like this:

click event loops thru a list of numbers and sends the msg to each number

and the user quits the app after clicking that button.

question: will all the SMSs be sent? are they "queded" to be sent by the system even after the app quits?
 
Upvote 0
Top