overlay: Use autofill compatibility mode for browsers

Provide the same autofill compatibility list that is provided by Google
on devices with Google Play Services, with the addition of CalyxOS's
build of Bromite (Chromium).

Without extensive effort by third-party developers, Chromium-based
browsers do not currently support native autofill. Other browsers in
the list may support this now, but we still include them, too.

Issue: calyxos#1063
Change-Id: I4859ca14b0670284c35dc6cb293826c71e4662bf
This commit is contained in:
Tommy Webb
2022-12-06 15:38:18 -05:00
committed by Michael Bestas
parent f887bc5ac5
commit 76efcbeb8b

View File

@@ -53,5 +53,8 @@
<!-- Media Provider -->
<item>mediaprovider/allowed_cloud_providers=com.google.android.apps.photos.cloudpicker</item>
<!-- Autofill compatibility apps -->
<item>autofill/compat_mode_allowed_packages=com.android.chrome[url_bar]:com.brave.browser[url_bar]:com.brave.browser_beta[url_bar]:com.brave.browser_nightly[url_bar]:com.chrome.beta[url_bar]:com.chrome.dev[url_bar]:com.chrome.canary[url_bar]:com.microsoft.emmx[url_bar]:com.microsoft.emmx.beta[url_bar]:com.microsoft.emmx.canary[url_bar]:com.microsoft.emmx.dev[url_bar]:com.opera.browser[url_field]:com.opera.browser.beta[url_bar]:com.opera.mini.native[url_bar]:com.opera.mini.native.beta[url_bar]:com.sec.android.app.sbrowser[location_bar_edit_text]:com.sec.android.app.sbrowser.beta[location_bar_edit_text]:org.mozilla.fennec_aurora[url_bar]:org.mozilla.firefox[url_bar]:org.mozilla.firefox_beta[url_bar]:org.chromium.chrome[url_bar]</item>
</string-array>
</resources>