2

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?

Community
  • 1
  • 1
DerSkythe
  • 429
  • 6
  • 11
  • From what are you sending the class 0 Flash SMS? – Matt Aldridge Jan 17 '12 at 17:32
  • My operator is sending it to me with balance info, after each call. I think it's very useful to create a widget, and intercept this type of messages – DerSkythe Jan 18 '12 at 18:18
  • 1
    Normally operator account balances are sent via USSD and not via SMS. Do you see the messages alongside normal SMS's you have received from mobile devices? – Matt Aldridge Jan 18 '12 at 18:23
  • No, I see these messages like flash SMS. I guess you're right and it's really USSD messages. Thank you. – DerSkythe Jan 23 '12 at 17:13

1 Answers1

1

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

chuacw
  • 1,685
  • 1
  • 23
  • 35