3

I am building an Android application where I am dialling an USSD code using network operator.

I have use below code. It's working for all operator USSD message but not working with the Vodafone operator.

  Intent closeDialog = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
  sendBroadcast(closeDialog);

  performGlobalAction(GLOBAL_ACTION_BACK);

Vodafone USSD message screenshot:

Vodafone USSD message screenshot

halfer
  • 19,824
  • 17
  • 99
  • 186
Hitesh Matnani
  • 309
  • 1
  • 5
  • 20

0 Answers0