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

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

Merge "Add flag for tracking root tasks per user." into main

parents befaf2f0 52685603
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -490,3 +490,14 @@ flag {
    description: "Bugfixes / papercuts to bring Desktop Windowing to secondary displays."
    bug: "382023296"
}

flag {
    name: "enable_top_visible_root_task_per_user_tracking"
    namespace: "lse_desktop_experience"
    description: "Enables tracking the top visible root tasks for a user."
    bug: "381038076"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file