Skip to content

Commit

Permalink
overlay: Use autofill compatibility mode for browsers
Browse files Browse the repository at this point in the history
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
  • Loading branch information
t-m-w authored and Dhina17 committed Oct 21, 2024
1 parent d66c01a commit 952a821
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,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>

0 comments on commit 952a821

Please sign in to comment.