public abstract class DeviceInfo
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
DeviceInfo.InfoType
枚举设备信息的类型
info type |
构造器和说明 |
---|
DeviceInfo(Context c) |
限定符和类型 | 方法和说明 |
---|---|
abstract void |
getDeviceInfo(DeviceInfo.InfoType type,
java.lang.String values)
获取设备信息
Get device info |
void |
release()
回收DeviceInfo类的资源
Receive deviceinfo class resource |
void |
requestGetCPUTemperature()
请求获取CPU温度
Get CPU temperature. |
public void release()
public abstract void getDeviceInfo(DeviceInfo.InfoType type, java.lang.String values)
type
- InfoType的枚举 values
- 值 public void requestGetCPUTemperature()