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

Commit 347fe313 authored by Yvonne Jiang's avatar Yvonne Jiang
Browse files

Creating flags to update the system restrictions admin dialog and restrict...

Creating flags to update the system restrictions admin dialog and restrict factory reset for supervision.

Bug: 399481325
Bug: 383624414
Test: N/A
Flag: android.app.supervision.flags.update_supervision_admin_dialog
Flag: android.app.supervision.flags.restrict_factory_reset
Change-Id: I9338fe9e5c2519a686a043cdace2bb9e41939a22
parent c59b7d21
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ flag {
  bug: "401576820"
}


flag {
  name: "persistent_supervision_settings"
  is_exported: false
@@ -97,3 +96,17 @@ flag {
  description: "Saves supervision user data and recovery info into a binary xml file"
  bug: "406449915"
}

flag {
  name: "update_supervision_admin_dialog"
  namespace: "supervision"
  description: "Updates the supervision admin dialog customizations to be compatible with device supervision"
  bug: "399481325"
}

flag {
  name: "restrict_factory_reset"
  namespace: "supervision"
  description: "Enable restricting factory reset when device supervision is enabled and a supervision PIN recovery method is set"
  bug: "383624414"
}