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?
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.