首先在androidmanifest.xml檔案裡新增許可權
telephonymanager tel = (telephonymanager)getsystemservice(context.telephony_service);
@suppresslint("missingpermission")
celllocation cel = tel.getcelllocation();
if(tel.getphonetype()==telephonymanager.phone_type_cdma)else
注意!!此程式沒有插sim卡的狀態下會閃退,你們用的話自己加個拋異常的**!
如果能幫你們解決問題就打個賞吧
Android 獲取基站資訊
android 基站分cdmacelllocation和gsmcelllocation,要根據不同的sim卡轉成不同的物件 telephonymanager tm telephonymanager getsystemservice context.telephony service int type...
關於獲取基站資訊總結
1 簡述 現在用於移動端主流的定位方式有三種,gps,wifi和基站定位,他們之間的定位準確度依次遞減。但是有時難免有獲取基站資訊的需求 比如三大運營商想要校準基站位置 下面就獲取移動基站 lac,cid 資訊進行分析。名詞釋義 taccid mccmcn 想要定位唯一的基站,只需要獲得手機上的la...
android獲取硬體資訊
1.獲取cpu型號 private static string getcpuname return array 1 catch filenotfoundexecption e catch ioexception e return null 2.獲取cpu核心數 private int getnumc...