通过adb命令获取IMEI码(单/双卡)

// 单卡
adb shell service call iphonesubinfo 1

// 双卡
adb shell service call iphonesubinfo 3 i32 1
adb shell service call iphonesubinfo 3 i32 2

猜你喜欢

转载自blog.csdn.net/zhangqi6627/article/details/106240677