diff options
author | Rounak Datta <rounak.datta@hotstar.com> | 2020-09-10 11:24:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 11:24:44 +0530 |
commit | 71fc2a396ed95cea4f93b823280c63dc99533715 (patch) | |
tree | 78e0ae45b9cd705e60134f020b5c239f3b2b706a /app/src/main/res/xml | |
parent | 276aa4ea7cec53d37dd4dc777119c3114535b628 (diff) |
Autofill: add kiwi as a supported browser (#1091)
Diffstat (limited to 'app/src/main/res/xml')
-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 7e761e25..00736cd5 100644 --- a/app/src/main/res/xml/oreo_autofill_service.xml +++ b/app/src/main/res/xml/oreo_autofill_service.xml @@ -25,4 +25,5 @@ android:name="org.mozilla.firefox_beta" android:maxLongVersionCode="679999" /> <compatibility-package android:name="org.ungoogled.chromium.stable" /> + <compatibility-package android:name="com.kiwibrowser.browser" /> </autofill-service> |