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

Commit ad41a9eb authored by Rafael Prado's avatar Rafael Prado
Browse files

Make Set/Remove Local/Global Policy APIs asynchronous.

Test: atest CtsDevicePolicyTestCases with flag on and off
Flag: android.app.admin.flags.dpe_based_on_async_apis_enabled
Bug: 369141952
Bug: 336297680
Change-Id: Iec88b865ac7caa979be0a5e9ea618776df66bbc6
parent df85cadb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -70,6 +70,16 @@ flag {
  bug: "325073410"
}

flag {
  name: "dpe_based_on_async_apis_enabled"
  namespace: "supervision"
  description: "Whether DPE's synchronous APIs use async APIs."
  bug: "374123015"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "coexistence_migration_for_supervision_enabled"
  is_exported: true
+638 −32

File changed.

Preview size limit exceeded, changes collapsed.