1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-28 22:23:35 +00:00

Add support for AVG Browser (#883)

* Add AVG Browser to SupportedBrowsers dict

* Add AVG Browser to CompatBrowsers

* Add AVG Browser compatibility-package entry
This commit is contained in:
Contribucious
2020-05-06 23:32:53 +02:00
committed by GitHub
parent c2c6ca22db
commit a66f66c8ac
3 changed files with 5 additions and 0 deletions

View File

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