Handling Android's SMS sending Limit Popup?

166 Views Asked by At

Hi I am developing an android application to send SMS in Bulk. I am using the code proposed here. The problem is I am getting a popup and I want to listen to SMSDispatcher's EVENT_SEND_LIMIT_REACHED_CONFIRMATION and if the user has allowed or denied the permission.

1

There are 1 best solutions below

0
On

The system in question is the SmsUsageMonitor. The usage monitor does not have any public API and does not raise any events when the user makes a selection in the dialog.

See this question for a possible duplicate.