Android USSD reply Saving

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

Upvotes: 2

Views: 3617

Answers (1)

Yasmine GreenApple
Yasmine GreenApple

Reputation: 448

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

Upvotes: 4

Related Questions