Reputation: 1395
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?
Upvotes: 2
Views: 308
Reputation: 1238
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.
Upvotes: 1