Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read USSD messages in android? [closed]

Tags:

android

api

ussd

I am developing an android application. I basically want to read the USSD responses into the application. Is there any API to do so? How to fetch these messages into application?

like image 613
Harshit Agarwal Avatar asked Jun 29 '11 04:06

Harshit Agarwal


1 Answers

There is no API for USSD request yet. The ticket to create this API is not closed. But the community has found several hacks how to add this feature to their applications.

  1. The first approach is to parse a log. Here is where you can find a class that do this. And here is a test application that uses this class.
  2. Also there is a second approach.

Good luck!

like image 91
Yury Avatar answered Oct 08 '22 02:10

Yury