adb shell dumpsys telephony.registry
程序员文章站
2024-02-29 18:32:10
...
可以获取到电话状态,例如
mCallState值为0,表示待机状态、1表示来电未接听状态、2表示电话占线状态
mCallForwarding=false #是否启用呼叫转移
mDataConnectionState=2 #0:无数据连接 1:正在创建数据连接 2:已连接
mDataConnectionPossible=true #是否有数据连接
mDataConnectionApn= #APN名称
推荐阅读
-
adb shell dumpsys 调出当前系统信息
-
adb shell dumpsys telephony.registry
-
Android adb shell dumpsys activity broadcasts分析
-
Android adb shell dumpsys activity intents 理解
-
adb shell命令模拟按键/输入input使用keycode 列表详解
-
ADB常用命令整理(adb获取包名以及当前运行的activity,adb shell 获得点击屏幕的位置坐标)
-
Python之使用adb shell命令启动应用的方法详解
-
Python之使用adb shell命令启动应用的方法详解
-
adb shell常用命令
-
adb shell 操作sqlite数据库