13

Through the android API is it possible for an android application to read the message sent by the mobile network operator as and when the user receives it as shown in the message below. If so how?:

Operator message regarding data usage in Android

Raj
  • 3,051
  • 6
  • 39
  • 57
  • 3
    The correct term is USSD. And No, android dont have an api for that. some suggested other option which you might want to take a look. http://stackoverflow.com/questions/6515906/how-to-read-ussd-messages-in-android – Calvin Mar 22 '12 at 11:35
  • Feature Request: Add USSD API support http://code.google.com/p/android/issues/detail?id=1285 – suraj jain Apr 07 '12 at 10:44

2 Answers2

2

At this time, it's not possible do interact with USSD though the Android SDK:
http://code.google.com/p/android/issues/detail?id=1285

Amir
  • 203
  • 1
  • 8
0

How about this one which is used by this app and people reports that it works?

At the same time on Google Play, in app description one will find that it will not work with 4.2.2+ devices ;(

Maciej Łopaciński
  • 1,234
  • 12
  • 12