[PR #2282] [MERGED] [SG-978] Mobile - Settings page links are not launching browser #40571

Closed
opened 2026-04-23 19:23:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2282
Author: @andrebispo5
Created: 1/6/2023
Status: Merged
Merged: 1/6/2023
Merged by: @trmartin4

Base: masterHead: bugfix/SG-958-open-url


📝 Commits (1)

  • 75f07fe [SG-978] Added queries to http and https into manifest

📊 Changes

1 file changed (+12 additions, -0 deletions)

View changed files

📝 src/Android/Properties/AndroidManifest.xml (+12 -0)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Fix bug where browser urls are not launching.

Steps:
Launch App
Navigate to Settings
Tap on “Import Items” or “Change Master Password” or “Help and feedback”

Actual Results:
Settings page links are not launching browser

Code changes

After confirming in the documentation, when target API 30 or above, one needs to add extra info to the manifest.
https://learn.microsoft.com/en-us/xamarin/essentials/open-browser?tabs=android

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 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/2282 **Author:** [@andrebispo5](https://github.com/andrebispo5) **Created:** 1/6/2023 **Status:** ✅ Merged **Merged:** 1/6/2023 **Merged by:** [@trmartin4](https://github.com/trmartin4) **Base:** `master` ← **Head:** `bugfix/SG-958-open-url` --- ### 📝 Commits (1) - [`75f07fe`](https://github.com/bitwarden/android/commit/75f07fe1c4ab7cdf40beabf1410602b10a50fc8f) [SG-978] Added queries to http and https into manifest ### 📊 Changes **1 file changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Properties/AndroidManifest.xml` (+12 -0) </details> ### 📄 Description ## Type of change - [X] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Fix bug where browser urls are not launching. Steps: Launch App Navigate to Settings Tap on “Import Items” or “Change Master Password” or “Help and feedback” Actual Results: Settings page links are not launching browser ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> After confirming in the documentation, when target API 30 or above, one needs to add extra info to the manifest. https://learn.microsoft.com/en-us/xamarin/essentials/open-browser?tabs=android ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <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-04-23 19:23:57 -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#40571