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

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

Merge "Create experiments for visibility check updates" into main

parents b2b66d6a 7a460e07
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -27,3 +27,17 @@ flag {
    description: "Enable toasts to indicate actual BAL blocking."
    bug: "308059069"
}

flag {
    name: "bal_return_correct_code_if_caller_is_persistent_system_process"
    namespace: "responsible_apis"
    description: "Split visibility check and return a better status code in case of system process."
    bug: "171459802"
}

flag {
    name: "bal_improve_real_caller_visibility_check"
    namespace: "responsible_apis"
    description: "Prevent a task to restart based on a visible window during task switch."
    bug: "171459802"
}