I'd like to receive system intents android.intent.action.SEND_MESSAGE and com.android.mms.transaction.MESSAGE_SENT using broadcast receivers. I know how to use receivers but I never seem to catch these intents when an SMS is sent.
These intents are used by the messaging app and they can be found in its source on github.
Help.
Edit: I get no errors. I'm unable to catch these intents when an SMS is sent. And I chanced upon these intents in the default messaging app source.