码迷,mamicode.com
首页 >  
搜索关键字:getsubscriberid    ( 3个结果
Android中获取IMSI和IMEI
TelephonyManager mTelephonyMgr = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);String imsi = mTelephonyMgr.getSubscriberId();String i...
分类:移动开发   时间:2015-06-16 20:59:18    阅读次数:253
Android获取SIM卡的运营商
在Android的主Activity的初始化函数中添加:TelephonyManager tm = (TelephonyManager) this .getSystemService(TELEPHONY_SERVICE); SubscriberId = tm.getSubscriberId(...
分类:移动开发   时间:2015-03-06 10:00:11    阅读次数:170
Android 获取手机SIM卡运营商
直接上代码: /** * 获取SIM卡运营商 * * @param context * @return */ public static String getOperators(Context context) { TelephonyManager tm = (TelephonyManager) context .getSystemService(Conte...
分类:移动开发   时间:2014-08-27 23:31:18    阅读次数:355
3条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!