运营商名称充spn 中获取

来源:互联网 发布:下载单机游戏的软件 编辑:程序博客网 时间:2024/05/21 09:35

android 7.0 从spn 中获取运营商名称,记得导包哦
import android.telephony.SubscriptionManager;
import android.telephony.SubscriptionInfo;
SubscriptionInfo subInfo = SubscriptionManager.from(mContext).getActiveSubscriptionInfoForSimSlotIndex(slotId);
subInfo.getDisplayName();

原创粉丝点击