开发者

Using ADB to make a phone call after a time out

开发者 https://www.devze.com 2023-02-08 16:52 出处:网络
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.

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
0

精彩评论

暂无评论...
验证码 换一张
取 消