Android Question USSD message intercept

lorebarita

Member
Licensed User
Longtime User
Hi. I have searched though this forum on how to intercept a ussd message without much success. However I have found applications that implement the same like
https://play.google.com/store/apps/details?id=sk.paco.ussd
Please if you could find us a solution on how to intercept this messages we shall be much helped.
I am doing an app that sends more than 1000 requests daily and the ussd responses are a little disturbing because you have to keep track manually.

Please help
 

DonManfred

Expert
Licensed User
Longtime User
What is an USSD Notification?
 
Upvote 0

lorebarita

Member
Licensed User
Longtime User
Sorry maybe I was not very clear. I would wish to Transform the annoying USSD popup dialogs into notifications or sms so I dont get the many popups whenever I send a USSD request
 
Upvote 0

lorebarita

Member
Licensed User
Longtime User
Thanks for the quick response

USSD - Unstructured Supplementary Service Data


USSD Codes e.g. *144# to check credit balance usually based on the provider. You see to request for credit balance you dial *144# then the response is usually/actually always a pop up message. I want a way I can intercept this popup message so the phone does not display it. Just like the way you can intercept a normal sms(message) and manipulate the message.
 
Upvote 0
Top