1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-31 23:53:25 +00:00

Add support for Avast Secure Browser (#874)

* Add Avast Secure Browser to SupportedBrowsers dict

* Add Avast Secure Browser to CompatBrowsers

* Add Avast Secure Browser compatibility-package entry
This commit is contained in:
Contribucious
2020-05-04 15:26:44 +02:00
committed by GitHub
parent 7d4fffa8b6
commit 6463898c5d
3 changed files with 5 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
<compatibility-package
android:name="com.android.chrome"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.avast.android.secure.browser"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.brave.browser"
android:maxLongVersionCode="10000000000"/>