2015-04-24 69 views

回答

0

你有沒有試過這種用於建立呼叫:

adb shell am start -a android.intent.action.CALL -d tel:+1-xxx-xxx-xxxx 

這結束通話:

adb shell input keyevent 6 

我還沒有試過,但它可能會接聽電話:

adb shell input keyevent 5 
0

\\開始視頻通話

adb shell am start -a android.intent.action.CALL -d tel:xxx-xxx-xxxx --ei android.telecom.extra.START_CALL_WITH_VIDEO_STATE 3** 

\\要在遠端自動應答

adb shell setprop persist.sys.tel.autoanswer.ms 2000