I am trying the below code to dial a number, but it always dail as *111
Intent callIntent = new Intent(Intent.ACTION_CALL);
callIntent.setData(Uri.parse("tel:*111#"));
startActivity(callIntent);
Please help i am trying to learn android..
Thanks friends..
Happy Coding 🙂