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

# Android Version 15.4.0

## Features & Improvements

This version includes several UI improvements surrounding the main search bar, filtering and sorting. We also added Password Zoom (press-and-hold the password field) with additional colors for clarity.

![Cleaner UI on Main Screen](/files/-Mgh__7FDSO7rbWIyagb)

![New Filters](/files/-Mgh_V0tpA9keCp-FRro)

![Password Colors and Zoom](/files/-Mgh_v78zzHZHLyLKJ1j)

## Bug Fixes

* AN-6798: Security updates regarding implicit notifications
* AN-6615: Biometrics become disabled if 2FA is enforced but not set.
* AN-6396: Unable to set default payment card if many are saved.
* AN-6345: Autofill appears on the Calculator app :joy:&#x20;
* AN-5838: User locked out when account transfer acceptance is blocked.
* AN-6805: Unable to login to SSO when Chrome is not the default browser.&#x20;
* AN-6804: More than 29 accounts on the same domain don't show any autofill results.
* AN-6767: Android sending BreachWatch request to server that generates an error.
* AN-6377: Unable to scroll long security answers in the Account Recovery flow
* AN-6739: Share dialog appears twice after record shared
* AN-6835: Crash on long click within Deleted Records screen
* AN-6836: Tell a Friend screen replaced with new referral screen

## Other Improvements

* AN-6723: Completely removed Firebase Analytics which shows as a "tracker"
* AN-6838: Added colors in the password viewer


---

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