mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
Compare commits
1 Commits
mobiletf/p
...
PM-5126-ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79d3fa52a6 |
@@ -125,6 +125,7 @@ namespace Bit.Droid.Accessibility
|
||||
new Browser("org.ungoogled.chromium.extensions.stable", "url_bar"),
|
||||
new Browser("org.ungoogled.chromium.stable", "url_bar"),
|
||||
new Browser("us.spotco.fennec_dos", "mozac_browser_toolbar_url_view,url_bar_title"), // 2nd = Legacy
|
||||
new Browser("net.waterfox.android.release", "mozac_browser_toolbar_url_view"),
|
||||
|
||||
// [Section B] Entries only present here
|
||||
//
|
||||
|
||||
@@ -142,6 +142,7 @@ namespace Bit.Droid.Autofill
|
||||
"org.ungoogled.chromium.extensions.stable",
|
||||
"org.ungoogled.chromium.stable",
|
||||
"us.spotco.fennec_dos",
|
||||
"net.waterfox.android.release",
|
||||
};
|
||||
|
||||
// The URLs are blacklisted from autofilling
|
||||
|
||||
@@ -278,4 +278,7 @@
|
||||
<compatibility-package
|
||||
android:name="us.spotco.fennec_dos"
|
||||
android:maxLongVersionCode="10000000000"/>
|
||||
<compatibility-package
|
||||
android:name="net.waterfox.android.release"
|
||||
android:maxLongVersionCode="10000000000"/>
|
||||
</autofill-service>
|
||||
|
||||
Reference in New Issue
Block a user