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

Commit c23a55ed authored by Vitor Carvalho's avatar Vitor Carvalho Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to enable/disable SupervisionService based on whether the...

Merge "Add a flag to enable/disable SupervisionService based on whether the device is being managed by the supervision role holder." into main
parents 0a09b507 7cc0d5b2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -359,3 +359,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"
}