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

Android: Support autofill in Fennec F-Droid (#483)

The F-Droid build of Firefox (Fennec) has a different package name.
This name needs to be explicitly listed in order for autofill support to
work correctly.
This commit is contained in:
Dustin C. Hatch
2019-04-12 19:32:58 +00:00
committed by Kyle Spearrin
parent 54a109345b
commit 6c59bf8717
3 changed files with 8 additions and 3 deletions

View File

@@ -36,6 +36,9 @@
<compatibility-package
android:name="org.mozilla.fennec_aurora"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="org.mozilla.fennec_fdroid"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="org.mozilla.firefox"
android:maxLongVersionCode="10000000000"/>