Wednesday, 5 October 2016

Make Call Directly

<Java Code>
Intent shortcutIntent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + Uri.encode(code)));                        startActivity(shortcutIntent);

<App Permission>

<uses-permission android:name="android.permission.CALL_PHONE" />

No comments:

Post a Comment