Sending ACTION_CALL Intent in Android containing hash # sign -
I have problems that hash has been disconnected Does anyone know any solutions? The use of Unicode or% 23 is not working in my case. Now the dialed number is * 101
string uri = "tel:" + "* 101 #"; // string uri = "tele:" + "* 101 \ u0023"; Intent to intent; Intent = New Intent (Int. Action_CALL, Uri. PRSE (Yuri));
found a solution: string encoded hash = Uri.encode ("#"); This move was ...
Comments
Post a Comment