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

Commit 40760203 authored by Rubin Xu's avatar Rubin Xu Committed by Android (Google) Code Review
Browse files

Merge changes I87a37ebe,Ibd8528a3 into main

* changes:
  Add feature flag for Security Log for Zero Trust feature
  Add feature flag for Dedicated Device Control feature
parents ad920d71 00c52be4
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -27,3 +27,17 @@ flag {
  description: "Allow holders of INTERACT_ACROSS_USERS_FULL to suspend apps in different users."
  bug: "263464464"
}

flag {
  name: "dedicated_device_control_enabled"
  namespace: "enterprise"
  description: "Allow the device management role holder to control which platform features are available on dedicated devices."
  bug: "281964214"
}

flag {
  name: "security_log_v2_enabled"
  namespace: "enterprise"
  description: "Improve access to security logging in the context of Zero Trust."
  bug: "295324350"
}