如何验证手机是否已连接到任何手机服务提供商?

时间:2017-09-25 15:22:19

标签: android automation adb

我找到了如何打电话,但即使设备没有SIM卡也没有错误,所以它不能帮助我:

adb -s <device number> shell am start -a android.intent.action.CALL -d tel:55678888

1 个答案:

答案 0 :(得分:1)

您可以使用 - telephony.registry阅读adb shell dumpsys telephony.registry的内容,然后解析它。查找mServiceState

的值
  

0 - 在服务中    1 - 停止服务
   2 - 仅紧急