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
Pause is not supported in the tel URI spec.
http://www.ietf.org/rfc/rfc3966.txt
As stated in another answer %23 can be used to substitute for #.
%23
#