Search This Blog

Monday, September 26, 2016

Intent - Di chuyễn đến màn hình gọi

Permission in Manifest: 


<uses-permission android:name="android.permission.CALL_PHONE" />
Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + "Your Phone_number"));
startActivity(intent);

No comments:

Post a Comment