Make USSD call in android

后端 未结 7 1029
南旧
南旧 2020-12-03 07:58

To check the balance first i have to make a call *xxx# and then i get a response with the multiple options to choose from and after i input the particular n

相关标签:
7条回答
  • 2020-12-03 09:04

    Important thing to remember :

    If your are targeting Android Marshmallow (6.0) or higher then you need to request Manifest.permission.CALL_PHONE permission at runtime

    0 讨论(0)
提交回复
热议问题