回退:先取消 #293 PR,后续再优化 #309

pull/408/head
pppscn 6 months ago
parent 2930d2ed17
commit 0f83526ece

@ -92,7 +92,7 @@ class PhoneUtils private constructor() {
Log.e(TAG, "getSimMultiInfo:", e)
}
//仍然获取不到/只获取到一个->取出备注
if (infoList.isEmpty() || infoList.size == 1) {
/*if (infoList.isEmpty() || infoList.size == 1) {
println("3.直接取出备注框的数据作为信息")
//为空,两个卡都没有获取到信息
if (infoList.isEmpty()) {
@ -141,7 +141,7 @@ class PhoneUtils private constructor() {
infoList[simInfo1.mSimSlotIndex] = simInfo1
}
}
}
}*/
Log.e(TAG, infoList.toString())
return infoList
}

Loading…
Cancel
Save