獲取手機基本資訊
telephonymanager tm = (telephonymanager) context.getsystemservice(context.telephony_service);//注意在androidmanifest中新增許可權
string mobile = (tm.getline1number() == null ? "" : tm.getline1number());
string imsi = (tm.getsubscriberid() == null ? "" : tm.getsubscriberid());
string imei = (tm.getdeviceid() == null ? "" : tm.getdeviceid());
string operator = (tm.getnetworkoperatorname() == null ? "":tm.getnetworkoperatorname());
string version = (build.version.release == null ? "" : build.version.release);
string model = (build.model == null ? "" : build.model);
獲取位址位置,辛苦**大傳送。
private context context;
public static string latitude = "latitude";
public static string longitude = "longitude";
public static string province = "province";
public static string city = "city";
public phonelocation(context icontext)
public contentvalues getlocation()
}catch(exception e)
return contentvalue;
}// 依賴google的介面,通過基站(非gps)獲取
private contentvalues getbybasestation()
return convalues;
}private contentvalues getbygps() catch (ioexception e)
if(addresses != null) }}
return convalues;
}
android獲取手機基本資訊
有時候我們需要獲取手機裝置的一下資訊就可以使用如下方法 得到當前手機裝置名稱 privatestring getphoneinfo 然後直接呼叫這個方法去獲取即可。同時不要忘記 在manifest.xml檔案中要新增 android name android.permission.read phon...
檔案獲取基本資訊
獲取檔案的基本資訊科通過system.io 命名空間下的 fileinfo 類來實現 lfileinfo類的許多方法與 file 類中的對應方法類似,大多數情況並不重要,但下面的規則有助於確定那種技術更合適 l如果僅進行單一方法呼叫,則可以使用靜態file類上的方法,在此,單一呼叫要更快一些,因為 ...
獲取IOS 裝置基本資訊
1 獲取裝置型別 iphone ipad 幾?import sys utsname.h nsstring getdeviceversion 2 獲取系統時間 nsdate date nsdate date nsdateformatter formatter nsdateformatter alloc...