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

# Android Version 16.8.40

### Improvements

* **AN-7872:** Finnish and Swedish support has been added, enhancing the app's accessibility for these languages.

### Platform | Design Updates

* **AN-7991:** Addressed compatibility issues with clipboard functions on Android 13.
* **AN-8099:** Corrected padding issues on the 'Deleted' screen for better visual alignment.
* **AN-8214:** Updated cryptographic standards to align Keeper Authentication (KA) and Android platforms.
* **AN-8244:** Resolved issues where Chrome was not triggering Autofill correctly on username fields.
* **AN-8377:** Removed the gift box icon from the Vault screen to simplify the interface.
* **AN-8411:** Added a disclaimer to guide users on how to manually select "Keeper" in device settings if it doesn't appear automatically during the onboarding process.
* **AN-8420:** Adjusted settings to ignore Automatic Update Settings (AUS) for development and quality assurance environments.

### Bug Fixes

* **AN-8399:** Enhanced management of expired file plans and old user data for cleaner user experience.
* **AN-8403:** Resolved display issues for upgrade offers to users with multiple accounts.
* **AN-8408:** Corrected storage limit displays for active unlimited users with 10 GB plans.
* **AN-8409:** Fixed issues with active trial popups to improve user experience.
* **AN-7575:** If an enterprise user in certain state (hasn't accepted vault transfer notice) recovers their account, they will be able to login once and use Keeper without the vault transfer acceptance prompt appearing.
* **AN-7665:** Resolved issues related to submitting invalid phone numbers during two-factor authentication setup.
* **AN-8079:** Resolved a crash occurring when loading favicon in the Play Store.
* **AN-8055:** Fixed a crash related to deleting identity and payment information.


---

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