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

Commit 7cc0d5b2 authored by Vitor Carvalho's avatar Vitor Carvalho
Browse files

Add a flag to enable/disable SupervisionService based on whether the device is...

Add a flag to enable/disable SupervisionService based on whether the device is being managed by the supervision role holder.

Sync mechanism is detailed in go/kf-design-po-no-more.

Change-Id: Ibf1c464bd4ea14d33d97457a6db03cacec6c42ad
Bug: 376213673
Flag: android.app.admin.flags.enable_supervision_service_sync
parent 60c366b8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -349,3 +349,11 @@ flag {
    description: "Enables coexistence support for Setting MTE policy."
    bug: "376213673"
}

flag {
    name: "enable_supervision_service_sync"
    is_exported: true
    namespace: "enterprise"
    description: "Allows DPMS to enable or disable SupervisionService based on whether the device is being managed by the supervision role holder."
    bug: "376213673"
}