Joke Collection Website - Blessing messages - If the skirt sends more than 100 short messages, the system will prompt "Send a lot of short messages". How to solve it?

If the skirt sends more than 100 short messages, the system will prompt "Send a lot of short messages". How to solve it?

/Android/m .../SMS dispatcher.java This restriction exists in this source code. Each process has a limit of 3600000ms( 1 day) and 100:/* * Default check period for sending short messages without user's permission */private static final int default _ SMS _ check _ period = 3600000; /* * Default number of SMS messages sent without uesr permission during the inspection period */private static final int default _ SMS _ max _ allowed =100;