> 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.11.0-beta.1.md).

# Android Registration Client 0.11.0-beta.1

**Release Name**: Android Registration Client 0.11.0-beta.1

**Release version**: 0.11.0-beta.1

**Support**: Beta Release

**Release Date**: 10th Sept, 2024

### **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.

The new features included in this release, along with those from the[ Android Registration Client DP1](https://docs.mosip.io/1.2.0/releases/release-notes-android-reg-client-dp1), [Android Registration Client 0.9.0](https://docs.mosip.io/1.2.0/releases/release-notes-android-reg-client-0.9.0), and [Android Registration Client 0.10.0](https://docs.mosip.io/1.2.0/releases/android-registration-client-v0.10.0) releases, are:

Version 0.11.0-beta.1 of the Android Registration Client is the beta release, covering features such as:

1. **Supervisor's Approval:** This feature will only be available for users having a “Supervisor” role. This is an additional check by the Supervisor where they will have to go through each application to make sure the details filled are coherent. At this stage, the Supervisor can either Approve the Application or he can Reject it.
2. **Manual Application upload/export:** This feature can be used to sync and upload a packet if there is internet connectivity and in case of lack of internet connectivity, the User can also export the packet to their local device storage.
3. **Update UIN:** This feature can be used by the Residents when they want to update their demographic data, documents, and biometrics.
4. **Update operator's biometrics:** This feature can be used by the operator to update their biometrics.
5. **Logout:** Using this feature, the user can logout once they are done with their registration tasks and other activities.

{% hint style="info" %}
**Note**: Compatible with[ MOSIP version 1.2.0](https://docs.mosip.io/1.2.0/releases/release-notes)
{% endhint %}

### **Repository Released**

| Repositories                | Tags Released                                                                                     |
| --------------------------- | ------------------------------------------------------------------------------------------------- |
| android-registration-client | [0.11.0-beta.1](https://github.com/mosip/android-registration-client/releases/tag/v0.11.0-beta.1) |

### **Build and Deploy**

To access the build and read through the deployment instructions, refer to the[ Developer Guide](https://docs.mosip.io/1.2.0/modules/android-registration-client/android-registration-client-developer-guide).

### **Configurations**

For details related to Android Registration Client configurations, refer to the[ Configuration Guide](https://docs.mosip.io/1.2.0/modules/android-registration-client/android-registration-client-configuration).

### **User Guide**

To learn more about the available features, processes, and user interface, refer[ Android Registration User Guide](https://docs.mosip.io/1.2.0/modules/android-registration-client/android-registration-client-user-guide) for further information.

### **Known Issues**

To view the list of known issues, please refer [here](https://mosip.atlassian.net/issues/RCF-969?jql=parent%3Drcf-31%20and%20issuetype%3Dbug%20and%20status%20not%20in%20\(closed%2C%20Canceled\)%20and%20labels!%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.11.0-beta.1.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.
