Using ADB to make a phone call after a time out
Can the pc use ADB command android to make call开发者_运维技巧?If it can,How to?
I have a text file containing a telephone number and a time.
How can I use JavaScript to count down from this time,and then use ADB to make an Android phone call to that number?
Thanks
To initiate a call using adb:
adb shell am start -a android.intent.action.CALL tel:5148888888
精彩评论