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

Commit 91486283 authored by Rubin Xu's avatar Rubin Xu
Browse files

Add feature flags for various device policy features

Bug: 281964214
Bug: 289520697
Test: builds
Change-Id: I8a194dab06f7c85fc9f982e0f4d609688f5bf5d2
parent 66125a05
Loading
Loading
Loading
Loading
+42 −0
Original line number Diff line number Diff line
@@ -35,6 +35,48 @@ flag {
  bug: "281964214"
}

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

flag {
  name: "permission_migration_for_zero_trust_api_enabled"
  namespace: "enterprise"
  description: "(API) Migrate existing APIs to permission based, and enable DMRH to call them to collect Zero Trust signals."
  bug: "289520697"
}

flag {
  name: "permission_migration_for_zero_trust_impl_enabled"
  namespace: "enterprise"
  description: "(Implementation) Migrate existing APIs to permission based, and enable DMRH to call them to collect Zero Trust signals."
  bug: "289520697"
}

flag {
  name: "device_theft_api_enabled"
  namespace: "enterprise"
  description: "Add new API for theft detection."
  bug: "325073410"
}

flag {
  name: "device_theft_impl_enabled"
  namespace: "enterprise"
  description: "Implementing new API for theft detection."
  bug: "325073410"
}

flag {
  name: "coexistence_migration_for_non_emm_management_enabled"
  namespace: "enterprise"
  description: "Migrate existing APIs to be coexistable, and enable DMRH to call them to support non-EMM device management."
  bug: "289520697"
}

flag {
  name: "security_log_v2_enabled"
  namespace: "enterprise"