diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-26 21:03:08 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 21:03:08 +0530 |
commit | 3f20678d799e15e21d1b7f013bc3672270f0d20f (patch) | |
tree | 5aff526f3352637f4c1af4b53eb4f2dace5719b6 /app | |
parent | 373a46f73a51bda3900b895f72fba5ca619e5884 (diff) |
autofill-parser: remove Bromite from supported browsers (#1423)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/xml/oreo_autofill_service.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/xml/oreo_autofill_service.xml b/app/src/main/res/xml/oreo_autofill_service.xml index e2047e67..5c442ca1 100644 --- a/app/src/main/res/xml/oreo_autofill_service.xml +++ b/app/src/main/res/xml/oreo_autofill_service.xml @@ -15,7 +15,6 @@ <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" /> |