Nitesh Yadav | Hi, I am developing android application which perform dialing using standard android API. For example:
Intent i = new Intent(Intent.ACTION_CALL, Uri.parse("tel:123456789,,,,1234#")); context.startActivity(i);
And I am not able to place in the call. I want to know how CIUS interpret Pause (,) , * , # in the dialing number. |
| Please sign in to flag this as inappropriate. |