# ZCheckDeviceTool

**PUBLIC METHOD**

```java
/***
* 取得唯一碼  MacAddress
* 如果使用MacAddress 時裝置须具有上網功能
*/
public String getMacAddress() 

//--------------------

/***
* 取得唯一碼 Android ID
* 如果手機恢復原廠設定 此ID將改變
*/
public String getAndroidID()

//--------------------

/***
* 是否具備後鏡頭
*/
public boolean isHasBehindCamera() 

//--------------------

/***
* 是否具備前鏡頭
*/
public boolean isHasFrontCamera()  

//--------------------

/***
* 是否具備閃光燈
*/
public boolean isHasFlash() 

//--------------------

/***
* 是否是否具備錄音麥克風
*/
public boolean isHasMicrophone()  

//--------------------

/***
* 是否具備GPS
*/
public boolean isHasGPS() 

//--------------------

/***
* 是否具備指紋辨識
* Android 系統版本 API Level 23以上開始支援指紋辨識 以下的版本都取得false
*/
public boolean isHasFingerPrint()

//--------------------

/***
* 是否具備氣壓傳感器
*/
public boolean isHasBarometer()  

//--------------------

/***
* 是否具備溫度傳感器
* Android 系統版本 API Level 21以上開始支援指紋辨識 以下的版本都取得false
*/
public boolean isHasTemperature() 

//--------------------

/***
* 是否具備指南針
*/
public boolean isHasCompass()  

//--------------------

/***
* 是否具備陀螺儀
*/
public boolean isHasGyroscope() 

//--------------------

/***
* 是否具備藍芽
*/
public boolean isHasBlueTooth()

//--------------------

/***
* 是否具備低功耗藍芽
*/
public boolean isHasBLE() 

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://noel77543.gitbook.io/ztool/tool/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
