> 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.8.10.md).

# Android Version 16.8.10

## Features

* **AN-7836:** Account deletion feature added to the consumer version to adhere with app store policies
* **AN-7896:** Support for FIDO2 Security Key as the only second factor. Additionally, users can now manage how often they are prompted to sign in on their device with their selected two-factor method from **Settings > 2FA Frequency** (every login, every 12 hours, every 24 hours, every 30 days, or not again on this device)
* **AN-7962:** Performance updates
* **AN-7842:** Any copyable field is also sendable to the Typer app (Long Press > Send to Typer)
* **AN-7563:** Autofill creates V3 (Login) record types instead of old "general" type
* **AN-7542:** Migrated to new records\_revert API for reverting records from revision history

## Bug Fixes

* **AN-7967:** Switching screen orientation on family plan screen crashes the app
* **AN-8081:** Plugging in certain USB Yubikey devices during registration causes a restart of the process
* **AN-8058:** Crash in Android Wear app animation
* **AN-7861:** Record preview for deleted V3 records not working
* **AN-8053:** Watch favorite not updating for V2 (general) records
* **AN-8108:** Crash when switching to landscape mode in Add Records screen
* **AN-8132:** Password Zoom feature not following privacy screen enforcement policies
* **AN-8140:** If a user with a large record count (e.g. 1k+ records) logs in from registration, the vault loads early (when compared to previous release 16.8.0) and no progress bar / loading bar appears.


---

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