标签: android android-fragments telephonymanager
我正在尝试调用((TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE).getSimOperatorName().toUpperCase();从片段中获取SIM运营商名称,但我得到“无法解析方法'getSystemService(java.lang.String)'”,同样可以正常工作一项活动。
((TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE).getSimOperatorName().toUpperCase();
我正在尝试将Context传递给片段,但它需要一个空构造函数。有什么想法吗?