Resolved SMS intercept


Pedro Branco

Members
Sep 25, 2012
6
23
Big fan on MIUI and I use it on all my Android Phones.

I am also a developer and the same phones are used for debug and testing.

Android allows an app to intercept SMS messages but I cannot do it with MIUI because there is a registered broadcast receiver with 1000 priority (the system max value). Because of this no other app can intercept the message.

Any ideias of what is intercepting the SMS. I uninstalled the firewall/guard app but still the receive is there.
 
did you set in SMS app - Settings - Advanced settings - System Mms app priority - OFF...?
 
That solved it. Had no idea about such option. I just saw on debug some receiver with 1000 priority but did not know what app had it.

thanks