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

后端 未结 7 1770
伪装坚强ぢ
伪装坚强ぢ 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:27

    Check this out, hope it helps :)

    Some phones don’t have “p” character, but “,” (comma), somewhere it is “T” and if your phone does not have these fancy characters available, try “*” or “#“. Hopefully one of this characters will work. Beware, on some phones are letters case sensitive, so P can not work.

    • http://rekrowten.wordpress.com/2011/08/29/special-characters-in-telephone-number/

提交回复
热议问题