[PR #6316] [MERGED] [PM-30394] PM-29960: Skip biometric prompt on Xiaomi HyperOS #54698

Closed
opened 2026-05-01 20:24:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6316
Author: @Gavin-Guiii
Created: 1/3/2026
Status: Merged
Merged: 1/14/2026
Merged by: @SaintPatrck

Base: mainHead: pm-29960-biometric-prompt-on-xiaomi


📝 Commits (4)

  • 3c24237 Skip biometric prompt on Xiaomi HyperOS
  • 2031dd2 Add a newline at end of file
  • 7f2426d Add a newline at end of file
  • 53e1a29 Fix linting errors

📊 Changes

2 files changed (+41 additions, -2 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/data/credentials/util/CredentialEntryBuilderExtensions.kt (+12 -2)
core/src/main/kotlin/com/bitwarden/core/util/AndroidPropUtils.kt (+29 -0)

📄 Description

🎟️ Tracking

https://github.com/bitwarden/android/issues/6284

📔 Objective

Xiaomi HyperOS changed AOSP's credential manager and broke BiometricPrompt. One way to fix it is to skip biometric prompt handling if Bitwarden is running on Hyper OS.

See more details here: https://github.com/bitwarden/android/issues/6284#issuecomment-3705618623

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/6316 **Author:** [@Gavin-Guiii](https://github.com/Gavin-Guiii) **Created:** 1/3/2026 **Status:** ✅ Merged **Merged:** 1/14/2026 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `pm-29960-biometric-prompt-on-xiaomi` --- ### 📝 Commits (4) - [`3c24237`](https://github.com/bitwarden/android/commit/3c242377053988ce1e17b6bcc826280e79540baa) Skip biometric prompt on Xiaomi HyperOS - [`2031dd2`](https://github.com/bitwarden/android/commit/2031dd2253c43988bbdd33105335764fa9734f38) Add a newline at end of file - [`7f2426d`](https://github.com/bitwarden/android/commit/7f2426db4589f4d1d5745713cc377f90be668bc9) Add a newline at end of file - [`53e1a29`](https://github.com/bitwarden/android/commit/53e1a29780ad87dc7a71e8d4ee53702a8d1760e9) Fix linting errors ### 📊 Changes **2 files changed** (+41 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/credentials/util/CredentialEntryBuilderExtensions.kt` (+12 -2) ➕ `core/src/main/kotlin/com/bitwarden/core/util/AndroidPropUtils.kt` (+29 -0) </details> ### 📄 Description ## 🎟️ Tracking https://github.com/bitwarden/android/issues/6284 ## 📔 Objective Xiaomi HyperOS changed AOSP's credential manager and broke BiometricPrompt. One way to fix it is to skip biometric prompt handling if Bitwarden is running on Hyper OS. See more details here: https://github.com/bitwarden/android/issues/6284#issuecomment-3705618623 ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 20:24:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#54698