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

Commit 7d3ede4

Browse files
fmeummsfjarvis
authored andcommitted
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 fe29aa0)
1 parent 3b55a14 commit 7d3ede4

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
@@ -146,6 +146,7 @@ private val BROWSER_SAVE_FLAG = mapOf(
146146

147147
@RequiresApi(Build.VERSION_CODES.O)
148148
private val BROWSER_SAVE_FLAG_IF_NO_ACCESSIBILITY = mapOf(
149+
"com.chrome.beta" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE,
149150
"com.chrome.canary" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE,
150151
"com.chrome.dev" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE,
151152
)
@@ -181,7 +182,6 @@ fun getBrowserAutofillSupportInfoIfTrusted(
181182

182183
private val FLAKY_BROWSERS = listOf(
183184
"com.android.chrome",
184-
"com.chrome.beta",
185185
"org.bromite.bromite",
186186
"org.ungoogled.chromium.stable",
187187
"com.kiwibrowser.browser",

0 commit comments

Comments
 (0)