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

Commit cbd09355 authored by Alex Johnston's avatar Alex Johnston
Browse files

Add a flag to split up existing create and provision managed profile API.

Bug: 375382324
Test: N/A
Flag: android.app.admin.flags.split_create_managed_profile_enabled

Change-Id: I3c57a218e7d7a54d4afd488633ca2fa60110d3fa
parent bca1a095
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -367,3 +367,10 @@ flag {
    description: "Allows DPMS to enable or disable SupervisionService based on whether the device is being managed by the supervision role holder."
    bug: "376213673"
}

flag {
  name: "split_create_managed_profile_enabled"
  namespace: "enterprise"
  description: "Split up existing create and provision managed profile API."
  bug: "375382324"
}