kakopappa
kakopappa

Reputation: 5085

how to check who is listening to android.provider.Telephony.SMS_RECEIVED?

I was wondering whether it's possible to get list of all applications listening to android.provider.Telephony.SMS_RECEIVED intent ?

Upvotes: 0

Views: 377

Answers (1)

advantej
advantej

Reputation: 20325

I haven't tried this, but here is my take. I would be interested to know if this works. You can check http://developer.android.com/resources/articles/can-i-use-this-intent.html You can pass the SMS_RECEIVED action to this method and see if any packages are returned.

Upvotes: 1

Related Questions