I am trying to use the code below to dial a number, but it is always * 111
Intent callIntent = new Intent(Intent.ACTION_CALL); callIntent.setData(Uri.parse("tel:*111#")); startActivity(callIntent);
Please help, I'm trying to learn Android.
Thank you friends ..
user1967146
source share