mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-17 16:36:14 +02:00
Mark Chrome Dev as non-flaky and able to save (#1250)
(cherry picked from commit 5a3395040c)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
fb5fe77e66
commit
964d05fdfe
|
|
@ -147,6 +147,7 @@ private val BROWSER_SAVE_FLAG = mapOf(
|
|||
@RequiresApi(Build.VERSION_CODES.O)
|
||||
private val BROWSER_SAVE_FLAG_IF_NO_ACCESSIBILITY = mapOf(
|
||||
"com.chrome.canary" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE,
|
||||
"com.chrome.dev" to SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE,
|
||||
)
|
||||
|
||||
private fun isNoAccessibilityServiceEnabled(context: Context): Boolean {
|
||||
|
|
@ -181,7 +182,6 @@ fun getBrowserAutofillSupportInfoIfTrusted(
|
|||
private val FLAKY_BROWSERS = listOf(
|
||||
"com.android.chrome",
|
||||
"com.chrome.beta",
|
||||
"com.chrome.dev",
|
||||
"org.bromite.bromite",
|
||||
"org.ungoogled.chromium.stable",
|
||||
"com.kiwibrowser.browser",
|
||||
|
|
|
|||
Loading…
Reference in a new issue