# Get Test APKs

### Overview

This section focuses on providing APK (Android Package) files specifically designed for testing functionalities within Android applications. These APKs are useful for developers and testers in evaluating various features and performance aspects of their applications on Android platforms.

### List of Test APKs for Android Applications

[APIDemo APK](https://ftp.wizarpos.com/advanceSDK/ApiDemoForAAR.apk)

[Show module type of fingerprint module APK](https://ftp.wizarpos.com/advanceSDK/ConvertDiffFinger-1.0.1-sign-wrf.apk)

[Calling native method to test fingerprint, for all type of termnals](https://ftp.wizarpos.com/advanceSDK/Fingerprint_AS-C-sign-wrf.apk) (Not working on Android 12)

[Crossmatch fingerprint module test, for all type of terminals](https://ftp.wizarpos.com/advanceSDK/crossmatchtest.apk)

[Dukpt test, for dukpt 2004 and 2009](https://ftp.wizarpos.com/advanceSDK/Dukptdemo-release.apk) To calculate PINBlock, cardnumber is 4012345678909; To calculate MAC, plain text is {0x34, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x30, 0x39, 0x44, 0x39, 0x38, 0x37, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; To encrypte data: plain text is {0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38};

[GPS network Location test](https://ftp.wizarpos.com/advanceSDK/GPSDemo.apk)

[Face identify demo APK](https://ftp.wizarpos.com/advanceSDK/FaceIdentifyDemo-sign-wrf.apk)(Not working on Android 12)

[Call dial APK](https://ftp.wizarpos.com/advanceSDK/CallDial_v1.2_sign_wrf.apk)

[Call browser APK](https://ftp.wizarpos.com/advanceSDK/BrowserShortcut-1.0-sign-wrf.apk)

[HideStatusBar test APK](https://ftp.wizarpos.com/advanceSDK/HideStatusBarTest-signed-20180323.apk)

[Disable/Enable voice calls APK](https://ftp.wizarpos.com/advanceSDK/SetEnableVoice.apk)

[Google quick searchbox speech APK](https://ftp.wizarpos.com/advanceSDK/com.google.android.googlequicksearchbox_....apk)

[Next Fingerprint demo APK](https://ftp.wizarpos.com/advanceSDK/BIOapp-release.apk)


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/get-test-apks.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.
