Android Question Is it possible to append USSD extensions?

mcqueccu

Well-Known Member
Licensed User
Longtime User
I am using @somed3v3loper USSD Library but am not able to dial at once something like this *734*3*5#

1. Has anyone been able to dial such USSD in their app before? Or
2. Is it possible to create a session and get the ussd response internally and respond?

Example the app sends *734#
Then gets the response and replies with option 3
Gets response and reply with option 5
Then finally returns success or failure message to the user?
 

mcqueccu

Well-Known Member
Licensed User
Longtime User
Thank you Erel, Dialing with intent brings the calling screen. Am am actually trying to achieve is to handle all request in the background,
So that With just a touch of a button, the app initiates the USSD session, any extensions or responses that needs to be dial or responded to, will be done in the code so the user will only see a success message.
 
Upvote 0
Top