獲取手機一些系統資訊的一些工具類

2021-07-08 22:24:11 字數 2322 閱讀 6373

public class

datautil

else if

(page <=

1 && frame !=

null

) }

return true;

}

/*** 資料獲得後的檢查 資料的error值,是否有資料,有些資料是根據時間值來做分頁的

** @param

context

* @param

data

* @param

frame

* @param

time

* @return

*/public static

<

t>

boolean

checkdata

(context context

, returndata<

t> data

, networkframelayout frame

, long

time)

else

} else

}return false;

} }

if (frame !=

null

)

return true;

}

/*** 資料獲得後的檢查 資料的error值,是否有資料

** @param

context

* @param

data

* @return

*/public static

<

t>

boolean

checkdata

(context context

, returndata<

t> data)

else if

(data.getdata() ==

null

)

return true;

}

/*** 獲取螢幕解析度

** @param

context

* @return

*/public static

string

getdisplays

(context context)

return

"w:h";}

/*** 獲取imei

** @param

context

* @return

*/public static

string

getimei

(context context)

return null;

}

/*** 獲取系統版本

** @return

*/public static

string

getsysversion

()

/*** 獲取版本號

** @return 當前應用的版本號

*/public static

string

getversion

(context context)

catch

(exception e)

return null;

}

/*** 獲取包名

** @return 獲取包名

*/public static

string

(context context)

catch

(exception e)

return null;

}

/*** 獲取手機型號

** @return 獲取手機型號

*/public static

string

getmobiltype

()

public static boolean

isrunningforeground

(context context)

return false;

}

//是否是 wifi連線

public static boolean

iswificonnected(context context)

return false;

}

}

android的一些常用手機資訊獲取

android中與 功能相關的類是 telephonymanager 此類中定義了很多常量,以下分類說明 獲取以下資訊需要在androidmanifest.xml中指定許可權 一 資料連線狀態 獲取資料連線狀態 int getdatastate 獲取資料活動狀態 int getdataactivit...

android的一些常用手機資訊獲取

android中與 功能相關的類是 telephonymanager 此類中定義了很多常量,以下分類說明 獲取以下資訊需要在androidmanifest.xml中指定許可權 一 資料連線狀態 獲取資料連線狀態 int getdatastate 獲取資料活動狀態 int getdataactivit...

iOS獲取手機上軟體的一些資訊

手機上的版本 nsstring version nsbundle mainbundle objectforinfodictionarykey cfbundleshortversionstring 手機序列號 nsstring identifiernumber uidevice currentdevi...