For example, can I listen for some broadcast from the app layer (e.g., messaging) and consume the message prior to the telephony layer sends it out of the device?
For example, can I listen for some broadcast from the app layer (e.g., messaging)
Share
You can receive an intent and process a message on receipt of a message, however there is nothing you can do to stop and outgoing text message. Many people want to be able to detect for sent messages, and that in itself can be difficult. The only way that that can be done is by reading the SMS ContentProvider, which isn’t something that comes recommended by many.