TelephonyManager常用方法

通过TelephonyManager可以取得手机电信网络的信息,android.provider.Settings.System可以取得手机的相关设置信息。例如下面 TelephonyManager mTelephonyManager = (TelephonyManager) this .getSystemService(Service.TELEPHONY_SERVICE); mTelephon
相关文章
相关标签/搜索