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

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

Merge "Flag to show dynamic unlock title for private space" into main

parents 32654bfb 8dcea41b
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -456,7 +456,6 @@ flag {
  }
}


flag {
    name: "caching_development_improvements"
    namespace: "multiuser"
@@ -464,3 +463,13 @@ flag {
    bug: "364947162"
    is_fixed_read_only: true
}

flag {
  name: "show_custom_unlock_title_inside_private_profile"
  namespace: "profile_experiences"
  description: "When private space is unlocked show dynamic title in unlock factor screens based on lock factor set for the profile"
  bug: "323835257"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}