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

Commit 46fe77a9 authored by Tetiana Meronyk's avatar Tetiana Meronyk
Browse files

Add bugfix flag for changes related to placing "Add user dialog" within activity

Bug: 383034393
Test: N/A
Flag: EXEMPT this CL adds a flag, no functional changes
Change-Id: I338c3ee0d69408906f9485dbccf3dc25b69cc491
parent 559895c2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -210,6 +210,16 @@ flag {
  }
}

flag {
    name: "place_add_user_dialog_within_activity"
    namespace: "multiuser"
    description: "Display dialog within activity to make it traversable by Accessibility"
    bug: "383034393"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

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