Call Intent

 Call Intent 


String number = "109";
Intent intent = new Intent(Intent.ACTION_DIAL);
intent.setData(Uri.parse("tel:" + number));
startActivity(intent);

Comments

Popular posts from this blog

Flutter Native Splash

Navigation And Bottom Font Style