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

Commit 55957c2a authored by Yvonne Jiang's avatar Yvonne Jiang
Browse files

Create flag for Device Supervision page in settings UI.

Bug: 383404606
Bug: 384803960
Change-Id: I0902cc056102daf760ca3b3532333a360c05adbc
Flag: android.app.supervision.flags.enable_supervision_settings_screen
parent ec612903
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -40,3 +40,11 @@ flag {
  description: "Flag to enable the SupervisionAppService"
  bug: "389123070"
}

flag {
  name: "enable_supervision_settings_screen"
  is_exported: true
  namespace: "supervision"
  description: "Flag that enables the Supervision settings screen with top-level Android settings entry point"
  bug: "383404606"
}