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:
committed by
Kyle Spearrin
parent
54a109345b
commit
6c59bf8717
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user