From 7d3ede4025354c4ddacfd88cef02c647536c7f02 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Fri, 29 Jan 2021 07:14:05 +0100 Subject: Mark Chrome Beta as reliably fillable and saveable (#1291) https://chromereleases.googleblog.com/2021/01/chrome-beta-for-android-update_28.html (cherry picked from commit fe29aa0cb0900683b83f47e70e1ba3967f32d560) --- .../androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autofill-parser/src/main/java/com') diff --git a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt index 12ca138f..6c8d16e7 100644 --- a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt +++ b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt @@ -146,6 +146,7 @@ private val BROWSER_SAVE_FLAG = mapOf( @RequiresApi(Build.VERSION_CODES.O) private val BROWSER_SAVE_FLAG_IF_NO_ACCESSIBILITY = mapOf( + "com.chrome.beta" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE, "com.chrome.canary" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE, "com.chrome.dev" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE, ) @@ -181,7 +182,6 @@ fun getBrowserAutofillSupportInfoIfTrusted( private val FLAKY_BROWSERS = listOf( "com.android.chrome", - "com.chrome.beta", "org.bromite.bromite", "org.ungoogled.chromium.stable", "com.kiwibrowser.browser", -- cgit v1.2.3