I am developing an app for Android after doing the same on iOS. One of the features is to enable users to dial two numbers one after the other with one click of a button.
For example, say you want to dial 1-800-111-1111 and then an extension 123456. On iOS you can do: tel://18001111111p123456.
I did some digging around and could not find anything for Android. Can anyone suggest anything?
bunch of thanks!
Use commas instead of
p. Each comma tells Android to wait for 2 seconds (or something like that) before dialing in the next set of numbers.Edit:
Note that some users have reported that commas add less delay on some devices. By using multiple commas, you can increase the delay.