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
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/