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

Commit 8dcea41b authored by josephpv's avatar josephpv Committed by Joseph Vincent
Browse files

Flag to show dynamic unlock title for private space

Bug: 323835257
Test: Build
Change-Id: I525e6527538d30fa85577872986fe028519b986e
Flag: android.multiuser.show_custom_unlock_title_inside_private_profile
parent 45623f0b
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
  }
}