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

Commit 12043f26 authored by Rafael Prado's avatar Rafael Prado
Browse files

Add flag to disable confirmation dialog Android version bypass.

Flag: android.app.supervision.flags.enable_confirmation_dialog_bypass
Bug: 441475993
Change-Id: Id82a59cde9803186c1465b334a3292519f1448a8
parent 9f59f0d6
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -131,3 +131,15 @@ flag {
  description: "Enables AppBindingService to dispatch actions to be executed by AppServiceConnection after a connection is established."
  bug: "441932377"
}

flag {
  name: "enable_confirmation_dialog_bypass"
  is_exported: false
  namespace: "supervision"
  description: "Flag that enables the confirmation dialog bypass"
  bug: "415102122"

  metadata {
    purpose: PURPOSE_BUGFIX
  }
}