diff options
author | Devin J. Pohly <djpohly+github@gmail.com> | 2020-08-22 04:48:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 15:18:44 +0530 |
commit | 70f7d3b199a1a11084c23c2a1545b7bacce70258 (patch) | |
tree | 627610ebe944f9992173ef2b7597e1a68ecac66e /app/src/main/res | |
parent | 80e43e5675bf55204dd4fcb1adc02f7edcd62516 (diff) |
Autofill: add support for Bromite and Ungoogled Chromium (#1041)
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/oreo_autofill_service.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/xml/oreo_autofill_service.xml b/app/src/main/res/xml/oreo_autofill_service.xml index 8b76c803..7e761e25 100644 --- a/app/src/main/res/xml/oreo_autofill_service.xml +++ b/app/src/main/res/xml/oreo_autofill_service.xml @@ -14,6 +14,7 @@ <compatibility-package android:name="com.microsoft.emmx" /> <compatibility-package android:name="com.opera.mini.native" /> <compatibility-package android:name="com.opera.mini.native.beta" /> + <compatibility-package android:name="org.bromite.bromite" /> <compatibility-package android:name="org.mozilla.fennec_fdroid" android:maxLongVersionCode="679999" /> @@ -23,4 +24,5 @@ <compatibility-package android:name="org.mozilla.firefox_beta" android:maxLongVersionCode="679999" /> + <compatibility-package android:name="org.ungoogled.chromium.stable" /> </autofill-service> |