2

Is there any trick to read and parse USSD response message by implementing Awareness API? I am searching a way read and parse USSD response. But according to this link there is no way to do this after Android 4.2.2 version.

In Google I/O 2016 Awareness API is introduced. Going through the API documentation , I found no easy way to read USSD response message. But is there any hack to do this?

Community
  • 1
  • 1
ruhulrahat
  • 1,325
  • 4
  • 15
  • 23

1 Answers1

1

Currently, there is no way to do this using the API you mentioned. As Awareness API does not have enough documentation to read/parse USSD message, you have to wait until a new announcement from Google.

Tasnim Fabiha
  • 1,148
  • 1
  • 17
  • 31
  • Thank you. You are right. I have to wait in this situation. Hope Google will think about the developers and will solve the issue. – ruhulrahat Feb 01 '17 at 07:56