Android call intent with '#' sign as number, prevent Uri.parse remove # -


i want call number '*140*123456#' or '141#123456#'. uri.parse(phonenumber) method removes '#' signs , numbers after it. it's solution?

use

uri.encode(phonenumber) 

to encode unresevered characters

take @ https://developer.android.com/reference/android/net/uri.html#encode(java.lang.string, java.lang.string)


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -