獲取手機串號 版本 品牌

2021-07-14 12:29:07 字數 1201 閱讀 2119

判斷使用者是否開啟某個服務

public static boolean serviceisstart(context cont, string classname) 

}return false;

}

判斷是否安裝了某個軟體

public static boolean isinstall(context cont, string packname) 

}return false;

}

獲取手機串號唯一標示

public static string getmiei(context context)  catch (exception e) 

}

獲取版本

public static int getversioncode(context context) throws exception
獲取手機內所有應用

packagemanager pmanager = context.getpackagemanager();

// 獲取手機內所有應用

listpaklist = pmanager.getinstalledpackages(0);

for (int i = 0; i < paklist.size(); i++)

} }通過包名獲取apk名字

public static string getapkname(context context, string packename) 

} return null;

}

判斷手機gps是否開啟

public static boolean gpsisopen(context context) 

return false;

}

判斷是手機品牌

public static boolean ishtc()  else

return false;

}

設定手機系統亮度

public static void setsystemlight(activity activity, int light)

J2ME獲取IMEI手機串號

1 moto系列的手機可以通過讀取系統的imei屬性獲得 string imei system.getproperty imei 或string imei system.getproperty phone.imei 2 siemens系列的手機可以通過讀取系統的com.siemens.imei屬性獲...

獲取手機資訊,型號,版本等

手機序列號 nsstring identifiernumber uidevice currentdevice uniqueidentifier nslog 手機序列號 identifiernumber 手機別名 使用者定義的名稱 nsstring userphonename uidevice cur...

iOS 獲取手機型號,系統版本

新新增判斷iphone 7 iphone 7 plus 我手裡沒有7,判斷不對錶打我 fq找的資料 1.手機系統 iphone os nsstring phoneversion uidevice currentdevice systemversion 2.手機型別 iphone 6 nsstring...