Reputation: 1159
I want to make an application where I want to dial USSD request using GUI in android and get the value of pop up windows in my application and interact USSD dialing using GUI. How can I do this?
Upvotes: 1
Views: 416
Reputation: 11
I think there is no conclusive answer for USSD API in Android. This is because they are attaching security concerns with it. In fact, they recommend using other alternatives such as web services.
Upvotes: 1