Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4605498d authored by Dave McCloskey's avatar Dave McCloskey
Browse files

Add flag for talisman service.

enable_talisman_service: A global enable flag for the talisman service

Additional flags will be created for flagging portions of the API.

Change-Id: I9eb5a6c93327a2568526f9a59ff3e211321cc6ee
Bug: 418280383
Flag: android.security.enable_talisman_service
parent e6f446f4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -151,3 +151,10 @@ flag {
    bug: "415007211"
    is_fixed_read_only: true
}

flag {
    name: "enable_talisman_service"
    namespace: "cross_device_authentication"
    description: "Enable the Talisman service."
    bug: "433283951"
}