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

Commit bef0196e authored by Tetiana Meronyk's avatar Tetiana Meronyk
Browse files

Add flag for Multiuser toggle refactoring

Bug: 406107021
Test: N/A added flag
Flag: EXEMPT this CL adds a flag and has no functional changes
Change-Id: I8ed71c9984dbb8236d63b9d836de574fa58676cc
parent 57cb264e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -125,6 +125,16 @@ flag {
  }
}

flag {
    name: "change_switch_bar_into_main_preference"
    namespace: "multiuser"
    description: "Refactor multiuser toggle to be of type MainSwitchPreference"
    bug: "406107021"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "property_invalidated_cache_bypass_mismatched_uids"
    namespace: "multiuser"