Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can the android API be used to intercept and read operator messages (USSD messages)?

Tags:

android

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

like image 761
Raj Avatar asked Mar 22 '12 10:03

Raj


1 Answers

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

like image 106
Amir Avatar answered Nov 09 '22 20:11

Amir