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

# Android Version 14.5.40

## Benefits & Enhancements

* **Single Tap to Open Record URL -** A single tap of a record's URL will open a dialog allowing the user to choose whether to open the site with a browser (e.g. Firefox, Chrome), with Keeper, or copy the URL to the clipboard.&#x20;
* **Updated Privacy Policy -** By clicking on a URL from the Help or Registration screens, users are directed to view our updated privacy on the Keeper website.&#x20;

## Bug Fixes

* **Fixed:** Autofill is not working correctly for TOTP and phone number fields on both the LinkedIn and Twitter applications.
* **Fixed:** A crash occurs when a user attempts to take a photo for their Keeper profile.&#x20;
* **Fixed:** A white field blocks the users ability to view the KeeperFill keyboard on Huawei devices.
* **Fixed:** A blank pop-up appears when a EU account shares a record with a US account.
* **Fixed:** Various scenarios related to KeeperFill cause a crash to occur on Huawei devices.
* **Fixed:** Users aren't prompted to select a duration upon enabling KeeperDNA as their Two-Factor Authentication method.

<br>


---

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