Search code examples
androidsmsbroadcastreceiver

How I can receive Class0 (flash) SMS in my app?


I wrote app for receive SMS messages (like this example: Android – Listen For Incoming SMS Messages)

Everything works fine, but I doesn't receiving class0 SMS (on screen with Ok button SMS). How I can do that?


Solution

  • By definition, class 0 SMS shows onscreen immediately, and cannot be suppressed.