1

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.

Community
  • 1
  • 1
Muhammad Hamza Shahid
  • 956
  • 1
  • 15
  • 23

1 Answers1

0

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.

Community
  • 1
  • 1
Jonas Köritz
  • 2,606
  • 21
  • 33