标签: android adb
我尝试使用以下方式来拨打电话:
adb shell am start -a android.intent.action.CALL -d tel:12345
它可以在虚拟设备上运行。但是在真实电话上,没有任何回应。 顺便说一句,以下内容可以在实际的情况下起作用:
adb shell am start -a android.intent.action.DIAL -d tel:1234
有人可以帮助我吗?