how to use android phone in linux code example
Example 1: use linux to call via android phone
adb shell am start -a android.intent.action.CALL -d tel:+12345678
Example 2: use linux to call via android phone
HFP for Linux
adb shell am start -a android.intent.action.CALL -d tel:+12345678
HFP for Linux