Mark Ungoogled and Bromite as non-flaky (#1365)
* Mark Bromite as non-flaky * Mark Ungoogled as non-flaky
This commit is contained in:
parent
4c8c0f44c8
commit
c10703db49
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue