设置默认卡槽id为1,mi10青春版,系统版本miui_eu_21.4.21,getSimIdBySubscriptionId返回0

This commit is contained in:
miaoc 2021-06-28 18:02:15 +08:00
parent 074e6d378a
commit b817ae86b4

View File

@ -49,7 +49,7 @@ public class SimUtil {
Log.d(TAG, "getSimExtra Fail: " + e.getMessage());
}
return 0;
return 1;
}