diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-31 09:33:50 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-31 04:03:50 +0000 |
commit | a723ded00fdc902fdc9fea9f14fc6ce187802e23 (patch) | |
tree | 0ccbeb00cb81c3625506d853329473f4d162bf71 /app | |
parent | 4c9413709d58594a6d2c1e2bdbf854ec4a7fc291 (diff) |
Revert "autofill-parser: remove Bromite from supported browsers (#1423)" (#1632)
This reverts commit 3f20678d799e15e21d1b7f013bc3672270f0d20f.
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/xml/oreo_autofill_service.xml | 1 |
1 files changed, 1 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 5c442ca1..e2047e67 100644 --- a/app/src/main/res/xml/oreo_autofill_service.xml +++ b/app/src/main/res/xml/oreo_autofill_service.xml @@ -15,6 +15,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" /> |