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

# Android version 14.2.3

## Features & Benefits

* Migrated from Google Cloud Messaging to Firebase (no affect on end-user)
* Fixed URL hyperlink to Business trial version
* User registration on EU data center automatically redirects user to US if necessary
* Added Autofill support for Firefox Fenix
* Improved Autofill support for several websites and services

## Bug Fixes

* Resolved "Unauthorized Device" popup error message
* Resolved theme not changing when switching user vaults
* Fixed crash when switching accounts and using the wrong password
* Fixed opening of attachments on Chromebook devices
* Swipe-kill now logs the user out when performed
* Setting a theme no longer sets it for all vaults on the device
* Fixed issue related to using multiple Android devices, adding a file on one device not appearing on the other
* Improved error messages instead of showing confusing error codes
* Fixed invalid prompt related to editing a record, discarding changes without making any edits
* Resolved Autofill on Amtrak app
* Some weak passwords were not showing BreachWatch alerts.  This is fixed.
* Resolved ability to create http\:// URLs in the record.
* Resolved various app crashes
* Resolved US Bank Autofill


---

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