未知来电者 Android
我正在开发监听不同用户调用的应用程序。一种可能性是未知呼叫者会打电话给我(没有号码/受限号码)。我想研究这个案例,如何在DDMS环境中模拟这样的调用?
I am developing applicaton that listens for different user calls. One of possibilites is that unknown caller will call me (without number/ restricted number). I would like to study this case, how I can simulate such call in DDMS enviroment?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 DDMS 视图、仿真器控制、电话操作中,您可以输入特定号码,或者要模拟未知呼叫者,请尝试将该字段留空。
编辑:将
#
放入传入号码字段中。In the DDMS view, Emulator Control, at Telephony Action you can enter a specific number, or to simulate unknown caller try leaving the field blank.
EDIT: place
#
in the Incoming number field.