mirror of
https://github.com/bitwarden/android.git
synced 2024-11-22 17:36:01 +03:00
BIT-2117: Add activate-autofill policy type (#1164)
This commit is contained in:
parent
186ef16974
commit
3394ff4648
1 changed files with 6 additions and 0 deletions
|
@ -75,6 +75,12 @@ enum class PolicyTypeJson {
|
|||
*/
|
||||
@SerialName("10")
|
||||
DISABLE_PERSONAL_VAULT_EXPORT,
|
||||
|
||||
/**
|
||||
* Activate the auto-fill in the browser extension. Currently unused in mobile.
|
||||
*/
|
||||
@SerialName("11")
|
||||
ACTIVATE_AUTOFILL,
|
||||
}
|
||||
|
||||
@Keep
|
||||
|
|
Loading…
Reference in a new issue