I did many R&D to get the reply from USSD from my app. But after that I can request fot USSD but not abl to get response to my app.
Is there any solution go get the reply from USSD.
Thanks
I did many R&D to get the reply from USSD from my app. But after that I can request fot USSD but not abl to get response to my app.
Is there any solution go get the reply from USSD.
Thanks
In short you need to create an AIDL
file that exposes some methods to use the android intent com.android.ussd.IExtendedNetworkService
Look a this blog post that explains how to intercept USSD response message, it is very helpful for your case. Intercepting USSD calls in Android