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

# Android Version 16.6.60

## Bug Fixes

* AN-7480: Onboarding a new Enterprise user on Android via Cloud SSO does not work properly
* AN-7791: If a user creates a v2 (general) record in vault, it will not be triggered in the Autofill UI automatically.
* AN-7713: Crash when switching accounts after a linked record is removed from shared folder.
* AN-7649: If a user deletes a Security Key, adds another Key, then plugs it in via USB on (one of) the first Google screen(s), Keeper crashes during setup.
* AN-7818: Stop making calls to update\_security\_data for records that are not owned. This includes all shared records in shared folder or directly shared.
* AN-7601: Creating a record in DuckDuckGo sets title to DuckDuckGo
* AN-7835: Minor recovery phrase bug fixes


---

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