diff options
author | Fabian Meumertzheim <4312191+fmeum@users.noreply.github.com> | 2020-12-07 08:48:16 +0100 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-21 20:28:13 +0530 |
commit | fb5fe77e668df9140594763c912403d69f470ae1 (patch) | |
tree | 37ada03a515364395dda1479dd81e39e8152f3a0 /autofill-parser/api | |
parent | 295af9eff8adffb2a49d47bcbe6a09fdd068c154 (diff) |
Mark Chrome Canary as non-flaky and allowing save (#1237)
* Mark Chrome Canary as non-flaky and allowing save
* autofill-parser: update API dump
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* autofill-parser: bump snapshot version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
(cherry picked from commit 2e43d77c5c72a0111445317a3d88e53a8b4b6782)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser/api')
-rw-r--r-- | autofill-parser/api/autofill-parser.api | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autofill-parser/api/autofill-parser.api b/autofill-parser/api/autofill-parser.api index 85f02081..a7c4be29 100644 --- a/autofill-parser/api/autofill-parser.api +++ b/autofill-parser/api/autofill-parser.api @@ -158,6 +158,7 @@ public final class com/github/androidpasswordstore/autofillparser/BrowserAutofil public static final field GeneralFillAndSave Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel; public static final field None Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel; public static final field PasswordFill Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel; + public static final field PasswordFillAndSaveIfNoAccessibility Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel; public static fun valueOf (Ljava/lang/String;)Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel; public static fun values ()[Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel; } |