From 964d05fdfe12e2095330b1e59e628690b5e3c29b Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim <4312191+fmeum@users.noreply.github.com> Date: Wed, 16 Dec 2020 22:07:50 +0100 Subject: Mark Chrome Dev as non-flaky and able to save (#1250) (cherry picked from commit 5a3395040cab74903c95eb5d97308451d051ac96) Signed-off-by: Harsh Shandilya --- .../androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9df5aca7..12ca138f 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 @@ -147,6 +147,7 @@ private val BROWSER_SAVE_FLAG = mapOf( @RequiresApi(Build.VERSION_CODES.O) private val BROWSER_SAVE_FLAG_IF_NO_ACCESSIBILITY = mapOf( "com.chrome.canary" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE, + "com.chrome.dev" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE, ) private fun isNoAccessibilityServiceEnabled(context: Context): Boolean { @@ -181,7 +182,6 @@ fun getBrowserAutofillSupportInfoIfTrusted( private val FLAKY_BROWSERS = listOf( "com.android.chrome", "com.chrome.beta", - "com.chrome.dev", "org.bromite.bromite", "org.ungoogled.chromium.stable", "com.kiwibrowser.browser", -- cgit v1.2.3