> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/mobile/android/older/android-version-16.6.20.md).

# Android Version 16.6.20

## Bug Fixes

* **AN-7645**: KeeperFill keyboard mode is not logging out. Relates to Bugcrowd ticket `5157c781-23eb-4e7f-a93e-f2b281193c1b` reported by DavidM338c.
* **AN-7404**: Folder colors not appearing when moving objects
* **AN-7379**: Account Recovery + 2FA + Record types - the types are not enabled after account recovery.
* **AN-7516**: Crash when launching a browser if there is no browser installed on the device.
* **AN-7343**: Record Type change not functioning if the Record Types filter is enabled
* **AN-7181**: No error and hanging happens upon upload of large file size
* **AN-6735**: Entering a blank 2FA code provides no user feedback or error message
* **AN-7651**: Shared Folder user lacks permission to create record even if they are part of a team that has permission
* **AN-7698**: Enabling a security key can sometimes cause a crash
* **AN-6690**: If a user's password gets changed on another client, after upgrading Android app- they will be prompted for the new password after login. After updating to the current password, user is not logged in automatically.
* **AN-7636**: When a user changes their email on another client, Android misbehaves in a few different ways.

## Improvements

* AN-6170: Refactored the UI for the BreachWatch screen
* AN-6789: Clicking the "Dice" button to generate a password on an existing record will regenerate the password with at least the current strength setting.


---

# 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.keeper.io/release-notes/mobile/android/older/android-version-16.6.20.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.
