Skip to content
This repository was archived by the owner on Mar 6, 2019. It is now read-only.

Repository files navigation

DeviceUtils


allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

dependencies {
implementation 'com.github.CodyyAndroid:DeviceUtils:0.0.2'
}

名称API备注示例
品牌brand获取设备品牌HUAWEI
型号model获取手机型号HUAWEINXT-TL00
CPU核数getCpuProcessors获取CPU核数8
CPU位数getCpuArchitectureType获取CPU位数64-Bit
CPU指令集abis获取CPU指令集arm64-v8a
总内存getTotalMemory获取总内存2.71GB
可用内存getAvailMemory获取可用内存1.12GB
系统版本sdkVersionName获取系统版本8.0.0
系统版本值sdkVersionCode获取系统版本值26
手机分辨率-宽getScreenWidth获取手机分辨率-宽1080
手机分辨率-高getScreenHeight获取手机分辨率-高,包含NaviBar1920
运营商getOperators获取运营商名称,建议后台获取中国联通

example

About

【Deprecated】设备信息

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages