安卓系统下由于#号是属于内定字符,需要转义为%23第一种方式:adb shell service call phone 1 s16 "%23"第二种方式:adb shell am start -a android.intent.action.DIAL -d tel:%23如果拨号则为:adb shell am start -a android.intent.action.DIAL -d tel:%23
时间: 2024-10-31 13:05:54
安卓系统下由于#号是属于内定字符,需要转义为%23第一种方式:adb shell service call phone 1 s16 "%23"第二种方式:adb shell am start -a android.intent.action.DIAL -d tel:%23如果拨号则为:adb shell am start -a android.intent.action.DIAL -d tel:%23