安卓adb在拨号键盘上输入井号(#)

时间:2015-02-26 18:00:43   收藏:0   阅读:599
安卓系统下由于#号是属于内定字符,需要转义为%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

原文:http://www.cnblogs.com/qidong/p/4301644.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!