aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@hen.ne.ke>2021-01-29 07:14:05 +0100
committerGitHub <noreply@github.com>2021-01-29 06:14:05 +0000
commitfe29aa0cb0900683b83f47e70e1ba3967f32d560 (patch)
treefb47120492c1335467d861456520e0f491e8c751 /autofill-parser
parent7936ca1e788168d25cf1961bd8c15cf1434158a4 (diff)
Mark Chrome Beta as reliably fillable and saveable (#1291)
https://chromereleases.googleblog.com/2021/01/chrome-beta-for-android-update_28.html
Diffstat (limited to 'autofill-parser')
-rw-r--r--autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetection.kt2
1 files changed, 1 insertions, 1 deletions
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 c3ea69ff..f75d00fb 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
@@ -146,6 +146,7 @@ private val BROWSER_SAVE_FLAG = mapOf(
@RequiresApi(Build.VERSION_CODES.O)
private val BROWSER_SAVE_FLAG_IF_NO_ACCESSIBILITY = mapOf(
+ "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,
)
@@ -181,7 +182,6 @@ internal fun getBrowserAutofillSupportInfoIfTrusted(
private val FLAKY_BROWSERS = listOf(
"com.android.chrome",
- "com.chrome.beta",
"org.bromite.bromite",
"org.ungoogled.chromium.stable",
"com.kiwibrowser.browser",