mirror of
https://github.com/bitwarden/android.git
synced 2026-06-02 11:12:00 -05:00
BIT-2117: Add activate-autofill policy type (#1164)
This commit is contained in:
committed by
Álison Fernandes
parent
186ef16974
commit
3394ff4648
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user