I am trying to make a call with a long number that looks something like this.
tel:883994555,,,32343#,,,#
with code that looks like this.
Uri.parse(String) parses an RFC 2396-compliant, encoded URI.
Uri.parse(String)
RFC 2396 says:
The character "#" is excluded because it is used to delimit a URI from a fragment identifier in URI references.