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

Commit 77339b9b authored by josephpv's avatar josephpv
Browse files

Bug fix flag to hide private space search illustration

Defines a flag based on which new config value is checked to either
show/hide the private space search illustration and search tile content
in Hide Private Space settings page.

Bug: 346612477
Test: Build
Flag: android.multiuser.private_space_search_illustration_config
Change-Id: Ie940e91f94f1df4e5dd57360c076a29ba6d6428e
parent 187ee73b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -337,3 +337,13 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "private_space_search_illustration_config"
  namespace: "profile_experiences"
  description: "Check config to show/hide the private space search illustration and search tile content in Hide Private Space settings page"
  bug: "346612477"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}