This commit is contained in:
Kyle Spearrin 2019-03-29 08:43:03 -04:00
parent 5a7f106e3e
commit 6088cfe266
2 changed files with 10 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace Bit.Android.Autofill
"com.sec.android.app.sbrowser","com.sec.android.app.sbrowser.beta","org.codeaurora.swe.browser",
"com.amazon.cloud9","mark.via.gp","org.bromite.bromite","org.chromium.chrome","com.kiwibrowser.browser",
"com.ecosia.android","com.opera.mini.native.beta","org.mozilla.fennec_aurora","com.qwant.liberty",
"com.opera.touch"
"com.opera.touch","org.mozilla.fenix","org.mozilla.reference.browser","org.mozilla.rocket"
};
// The URLs are blacklisted from autofilling

View File

@ -42,6 +42,15 @@
<compatibility-package
android:name="org.mozilla.firefox_beta"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="org.mozilla.fenix"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="org.mozilla.reference.browser"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="org.mozilla.rocket"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.brave.browser"
android:maxLongVersionCode="10000000000"/>