Android How to make a call that includes “#” or “p” in the dial?

后端 未结 7 1766
伪装坚强ぢ
伪装坚强ぢ 2020-12-31 06:44

I need to make calls in my Android app that includes \"#\" or \"p\" in the dial.

If I use the next code:

Intent intent = new Intent(Intent.ACTION_CAL         


        
7条回答
  •  独厮守ぢ
    2020-12-31 07:29

    Try tel:629941945%2322412 instead of tel:629941945#22412

    %23 will be replaced with #

提交回复
热议问题