# Android

{% hint style="info" %}
For Android versions, we are actively published to Maven Repository. User can keep track of the version using the [site](https://search.maven.org/artifact/com.innov8tif.okaycam/OkayCam). &#x20;
{% endhint %}

## Version 2.0.2(07-04-2023)

#### Bug Fixes

* Fixed camera and storage permission issues for Android OS 13 with backward compatibility with previous OS versions

## Version 2.0.0(01-04-2023)

### New Features:

* Set base from version 1.1.18
* Image quality check is now supported
  * Glare Detection
  * Blurriness Detection
  * Brightness Detection

## Version 1.2.13 (14-5-2025)

### Changes:

* Removed unnecessary image/video read permission
* Removed unnecessary external read/write permission

.

## Version 1.2.12 (29-4-2025)

### Changes:

* Removed unnecessary image/video read permission.

  &#x20;

## Version 1.2.10 (14-10-2024)

### Changes:

* Security Enhancement to prevent video injection attack.&#x20;

## Version 1.2.8 (14-6-2024)

#### Bug Fixes

* Changed back button to close button and placed on the top right corner

## Version 1.2.7 (14-6-2024)

#### Bug Fixes

* Interactive permission request on limited access or denied

## Version 1.2.6 (23-1-2024)

#### Bug Fixes

* Updated ViewPager to ViewPager2 as it was not supported by Huawei and Honor devices
* Implemented asynchronous image loading for Preview Screen to support some of the Huawei and Honor devices.

## Version 1.2.4 (27-12-2023)

#### New Features

* Introduced "showPreviewInstruction" boolean config param to show or hide preview screen instruction

#### Bug Fixes

* Fix blank preview screen photo on Huawei and Honor devices.

## Version 1.2.3 (07-04-2023)

#### Bug Fixes

* Fixed camera and storage permission issues for Android OS 13 with backward compatibility with previous OS versions

## Version 1.2.2 (01-04-2023)

#### Bug Fixes

* Remove the quality check module (Reduce the SDK Size)
* Set base from  version 1.1.12
* Fixed OOM issue

## Version 1.1.18 (08-03-2023)

#### Bug Fixes

* Fixed check button missing after selfie image taken
* Removed duplicate PyTorch library integration

## Version 1.1.15 (02-02-2023)

#### New Features:

* Image quality check is now supported
  * Glare Detection
  * Blurriness Detection
  * Brightness Detection

## Version 1.1.12 (07-06-2022)

#### Bug Fixes:

* UI enhancement on the Preview screen
* Fix the crash during bitmap processing on some android devices

## Version 1.1.11 (26-05-2022)

#### Bug Fixes:

* Fix the wrong image order showing on the preview screen

## Version 1.1.10 (29-04-2022)

#### New Features:

* Added instructions on the photo capturing screen *(please find changes in Development Guide section)*

## Version 1.1.9 (22-04-2022)

#### New Features:

* Return the original images in the result

## Version 1.1.8 (15-04-2022)

#### New Features:

* Updated the preview screen's UI

## Version 1.1.7 (15-03-2022)

#### Bug Fix:

* Fix orientation issue during cropping on Huawei Y9S
* Fix the capture button re-appearing before going to the preview screen

## Version 1.1.6 (17-02-2022)

#### Bug Fix:

* Fixed some bugs occurring on android devices

## Version 1.1.3 (29-10-2021)

### Bug Fix:

* Fixed the crash during camera launch on lollipop devices

## Version 1.1.2 (20-10-2021)

### Bug Fix:

* Fix the image is captured at the wrong orientation on some Huawei devices

## v1.1.1 (06-10-2021)

### New Features

* OkayCam - exposed imageQuality parameter (range from 0 to 1.0)

## v1.1.0 (23-09-2021)

### New Features

* OkayCamDoc - able to insert content within the camera frame for guidance.
* OkayCamDoc - exposed showOverlay parameter

## v1.0.3 (19-08-2021)

### New Features

* OkayCam - exposed confirmBtnConfig and retakeBtnConfig parameters
* OkayCamDoc - exposed torchBtnEnabled parameter

### Fix Bugs

* OkayCam - fixed crash bug for OnePlus phone

## v1.0.2 (26-07-2021)

### Enhancement

* Enhanced license control mechanism

### Bug Fixes

* Exposed function to convert image to base64 string

## v1.0.1 (15-07-2021)

### Bug Fixes

* Fixed confirmation page UI
* OkayCamSelfie - stretched frame in large phone
* OkayCamSelfie - used best camera preview instead of fullscreen
* OkayCamSelfie - aligned top label below the back button


---

# 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://api2-ekycapis.innov8tif.com/okaycam-mobile-sdk/okaycam-mobile-sdk-all/change-log/android.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.
