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

Commit e0581ffc authored by Joshua Mokut's avatar Joshua Mokut Committed by Josh
Browse files

Added multi-display support flag for shortcut helper

Flag: com.android.systemui.shortcut_helper_multi_display_support
Test: Build test
Bug: 406740115

Change-Id: I52862f1ca9011336952f4323f7049d899fa01b21
parent c35494f1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2209,3 +2209,13 @@ flag {
        purpose: PURPOSE_BUGFIX
   }
}

flag {
    name: "shortcut_helper_multi_display_support"
    namespace: "systemui"
    description: "Shortcut helper is triggered on the current display"
    bug: "406740115"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}