I would like to make call via ADB command on android\'s command line.
How should I use ADB command in order to make a call via PC?
please provide source code
You can do this one by:
adb -s "Your devices number" shell am start -a android.intent.action.CALL -d tel:"phone no. to call"
That's it and you will get the response as:
Starting: Intent { act=android.intent.action.CALL dat=tel:xxxxxxxxxx }