标签: android adb urlencode phone-call
我尝试使用adb.exe程序调用{{1}}。我在命令行中输入以下内容:
*100#
...但电话号码adb.exe shell service call phone 2 s16 "*100#" ,最后没有#,但我肯定需要它。我该如何解决这个问题?
adb.exe shell service call phone 2 s16 "*100#"
答案 0 :(得分:2)
您需要对您的电话号码进行URL编码。所以试试这个:
adb.exe shell service call phone 2 s16 "*100%23"