From c10703db49528c7a0b8831659b2698d3218ba9ee Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Thu, 1 Apr 2021 18:36:24 +0200 Subject: Mark Ungoogled and Bromite as non-flaky (#1365) * Mark Bromite as non-flaky * Mark Ungoogled as non-flaky --- .../androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autofill-parser/src') 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 8dba907c..7d572ba8 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 @@ -157,6 +157,8 @@ private val BROWSER_SAVE_FLAG_IF_NO_ACCESSIBILITY = "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, + "org.bromite.bromite" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE, + "org.ungoogled.chromium.stable" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE, ) private fun isNoAccessibilityServiceEnabled(context: Context): Boolean { @@ -183,8 +185,6 @@ internal fun getBrowserAutofillSupportInfoIfTrusted(context: Context, appPackage private val FLAKY_BROWSERS = listOf( - "org.bromite.bromite", - "org.ungoogled.chromium.stable", "com.kiwibrowser.browser", ) -- cgit v1.2.3