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

Commit 52685603 authored by Orhan Uysal's avatar Orhan Uysal
Browse files

Add flag for tracking root tasks per user.

Bug: 381038076
Test: EXEMPT adding flag
Flag: com.android.window.flags.enable_top_visible_root_task_per_user_tracking
Change-Id: If8074516779c2edcb8e23cfb5f6a3f131e798b2c
parent 6ff074b1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -482,3 +482,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