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

Commit 60647890 authored by juquan's avatar juquan
Browse files

Create flag for Pin Recovery in settings UI.

Test: purely adding flag
Bug: 390500290
Change-Id: Ia775e16eb7d882b4cdf31fc2cc74531bc9ad6739
Flag: android.app.supervision.flags.enable_supervision_pin_recovery_screen
parent d501cec0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -56,3 +56,11 @@ flag {
  description: "Flag to enable the App Approval settings in Android settings UI"
  bug: "390185393"
}

flag {
  name: "enable_supervision_pin_recovery_screen"
  is_exported: true
  namespace: "supervision"
  description: "Flag that enables the Supervision pin recovery screen with Supervision settings entry point"
  bug: "390500290"
}