Intent.ACTION does not dial after first # sign

后端 未结 2 965
名媛妹妹
名媛妹妹 2021-01-13 01:33

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.

           


        
2条回答
  •  耶瑟儿~
    2021-01-13 01:42

    Uri.parse(String) parses an RFC 2396-compliant, encoded URI.

    RFC 2396 says:

    The character "#" is excluded because it is used to delimit a URI from a fragment identifier in URI references.

提交回复
热议问题