Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 964d05f

Browse files
fmeummsfjarvis
authored andcommitted
Mark Chrome Dev as non-flaky and able to save (#1250)
(cherry picked from commit 5a33950) Signed-off-by: Harsh Shandilya <[email protected]>
1 parent fb5fe77 commit 964d05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ private val BROWSER_SAVE_FLAG = mapOf(
147147
@RequiresApi(Build.VERSION_CODES.O)
148148
private val BROWSER_SAVE_FLAG_IF_NO_ACCESSIBILITY = mapOf(
149149
"com.chrome.canary" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE,
150+
"com.chrome.dev" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE,
150151
)
151152

152153
private fun isNoAccessibilityServiceEnabled(context: Context): Boolean {
@@ -181,7 +182,6 @@ fun getBrowserAutofillSupportInfoIfTrusted(
181182
private val FLAKY_BROWSERS = listOf(
182183
"com.android.chrome",
183184
"com.chrome.beta",
184-
"com.chrome.dev",
185185
"org.bromite.bromite",
186186
"org.ungoogled.chromium.stable",
187187
"com.kiwibrowser.browser",

0 commit comments

Comments
 (0)