In IceCreamSandwch and JellyBean, the default trigger limit is 30 SMS messages from any packet within a 30-minute period. This was 100 SMS per hour, which was not a problem, but now we need to be careful how many messages our application sends.
Google Search and StackOverflow Search I canβt find a sample of how a package can request the current limit, is it something we would need to support in our own package or is there a hidden method somewhere in the Android API?
If our own package should support the calculation of the current limit, how would you suggest making it?
source share