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

Commit f60327f4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add TrunkStable flag for task exclude from recents via WCT." into main

parents b649e24e b87e1ead
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -163,3 +163,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "windowing_sdk"
    name: "exclude_task_from_recents"
    description: "Enables WCT to set whether the task should be excluded from the Recents list"
    bug: "404726350"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}