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

Commit 5e3a355a authored by Josh's avatar 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: Ia42af53c759effa599319e5d3f007348b8fc45e7
parent 3008506a
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -2146,3 +2146,13 @@ flag {
      purpose: PURPOSE_BUGFIX
      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
    }
}