add Fennec_fdroid and Bromite to list of browsers for Autofill

This commit is contained in:
Philipp Crocoll
2019-08-20 05:10:53 +02:00
parent 262b931a1e
commit a42b74b614

View File

@@ -37,7 +37,7 @@ namespace keepass2android.services.AutofillBase
"com.opera.browser","com.opera.browser.beta","com.opera.mini.native",
"com.brave.browser","com.yandex.browser","com.microsoft.emmx","com.amazon.cloud9",
"com.sec.android.app.sbrowser","com.sec.android.app.sbrowser.beta","org.codeaurora.swe.browser",
"mark.via.gp"
"mark.via.gp","org.bromite.bromite", "org.mozilla.fennec_fdroid"
};
private bool IsTrustedBrowser(string packageName)