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

Commit e869eb07 authored by Rafael Prado's avatar Rafael Prado Committed by Android (Google) Code Review
Browse files

Merge "Add flag to disable confirmation dialog Android version bypass." into main

parents c3891aa3 12043f26
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -139,3 +139,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
  }
}