> For the complete documentation index, see [llms.txt](https://docs.mosip.io/1.2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosip.io/1.2.0/roadmap-and-releases/releases/android-registration-client-0.12.0.md).

# Android Registration Client v0.12.0

**Release Name**: Android Registration Client v0.12.0

**Release version**: 0.12.0

**Support**: Beta Release

**Release Date**: 8th August, 2025

### **Overview**

The Android Registration Client is a tablet application designed to provide a mobile version of the existing desktop [Registration Client](https://docs.mosip.io/1.2.0/modules/registration-client). It has been developed to ensure accessibility on all Android devices and to meet the mobility needs of countries implementing MOSIP.

Version 0.12.0 of the Android Registration Client is a beta release, featuring the following functionalities:

* [**Forgot Password**](https://docs.mosip.io/1.2.0/id-lifecycle-management/identity-issuance/android-registration-client/overview/features#id-16.-forgot-password)
* [**AID QR code scan**](https://docs.mosip.io/1.2.0/id-lifecycle-management/identity-issuance/android-registration-client/overview/features#id-14.-scan-aid-qr-code)
* [**Lost UIN**](https://docs.mosip.io/1.2.0/id-lifecycle-management/identity-issuance/android-registration-client/overview/features#id-13.-lost-uin)
* [**Reset password**](https://docs.mosip.io/1.2.0/id-lifecycle-management/identity-issuance/android-registration-client/overview/features#id-15.-reset-password)

**Note**: Compatible with[ MOSIP version 1.2.0](https://docs.mosip.io/1.2.0/releases/release-notes)

### **Repository Released**

| **Repositories**            | **Tags Released**                                                                |
| --------------------------- | -------------------------------------------------------------------------------- |
| android-registration-client | [**v0.12.0**](https://github.com/mosip/android-registration-client/tree/v0.12.0) |

### **User Stories Released**

<table><thead><tr><th width="222.37713623046875">Feature</th><th>Description</th><th>Jira ID</th></tr></thead><tbody><tr><td>Forgot Password</td><td>If a Supervisor or Operator forgets their password, they can use the “Forgot Password” option on the login screen.</td><td><a href="https://mosip.atlassian.net/browse/RCF-69">RCF-69</a></td></tr><tr><td>AID QR code scan</td><td>This feature allows Operators to scan a resident’s pre-registration AID QR code to auto-fill their demographic and document data during a new registration.</td><td><a href="https://mosip.atlassian.net/browse/RCF-698">RCF-698</a></td></tr><tr><td>Lost UIN</td><td>In a scenario where the Resident has forgotten their UIN, the Operator can use the “Retrieve Lost UIN” option to initiate a request by capturing the resident’s consent, optional demographic details, and mandatory biometrics.</td><td><a href="https://mosip.atlassian.net/browse/RCF-457">RCF-457</a></td></tr><tr><td>Reset password</td><td>This feature allows Operators and Supervisors to reset their password using the “Reset Password” option in the Profile section.</td><td><a href="https://mosip.atlassian.net/browse/RCF-84">RCF-84</a></td></tr></tbody></table>

### **Documentation**

[Feature Documentation](https://docs.mosip.io/1.2.0/id-lifecycle-management/identity-issuance/android-registration-client/overview/features)

[Developer Guide](https://docs.mosip.io/1.2.0/modules/android-registration-client/android-registration-client-developer-guide)

[UI Specification Documentation](https://docs.mosip.io/1.2.0/id-lifecycle-management/identity-issuance/android-registration-client/develop/ui-spec-documentation)

[Configuration Guide](https://docs.mosip.io/1.2.0/modules/android-registration-client/android-registration-client-configuration)

[Android Registration User Guide](https://docs.mosip.io/1.2.0/modules/android-registration-client/android-registration-client-user-guide)

### **Known Issues**

To view the list of known issues, please refer [here](https://mosip.atlassian.net/issues/?jql=parent%3Drcf-31%20and%20issuetype%3Dbug%20and%20status%20not%20in%20%28closed%2C%20Canceled%29%20and%20labels%21%3DARC_Real_Device).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mosip.io/1.2.0/roadmap-and-releases/releases/android-registration-client-0.12.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
