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

Commit c8c02fdf authored by Joseph Vincent's avatar Joseph Vincent Committed by Android (Google) Code Review
Browse files

Merge "Add new bug fix flag for private space" into main

parents 5094b476 0d11d440
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -317,3 +317,13 @@ flag {
    purpose: PURPOSE_BUGFIX
    purpose: PURPOSE_BUGFIX
  }
  }
}
}

flag {
  name: "modify_private_space_secondary_unlock_setup_flow"
  namespace: "profile_experiences"
  description: "Updates to setting up secondary unlock factor from Settings for the first time"
  bug: "332850595"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}