1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-28 14:13:25 +00:00

Add support for Brave Nightly (also: variants "_dev" and "_default") (#869)

* [Brave] Add all other variants to AccessibilityHelpers.SupportedBrowsers

* [Brave] Add all other variants to AutofillHelpers.CompatBrowsers

* [Brave] Add all other variants to autofillservice.xml
This commit is contained in:
Contribucious
2020-05-04 15:23:09 +02:00
committed by GitHub
parent 827fead347
commit bcc415ccb3
3 changed files with 15 additions and 0 deletions

View File

@@ -20,6 +20,15 @@
<compatibility-package
android:name="com.brave.browser_beta"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.brave.browser_default"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.brave.browser_dev"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.brave.browser_nightly"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.chrome.beta"
android:maxLongVersionCode="10000000000"/>