Good day all. I have a simple link on a webpage, in where the user can call an USSD number:
*CLIC
You need to use Uri.encode("#") For example String number = "tel:*111*2" + Uri.encode("#");
Uri.encode("#")
String number = "tel:*111*2" + Uri.encode("#");