如何判断手机收有几张SIM卡

//判断卡槽1中是不是有卡

boolean hasIccCard1 = MSimTelephonyManager.getDefault().hasIccCard(0);

//判断卡槽2中是不是有卡

boolean hasIccCard1 = MSimTelephonyManager.getDefault().hasIccCard(0);

 

posted @ 2013-12-03 08:55  阳光穿透泛白的记忆  阅读(639)  评论(0编辑  收藏  举报