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

Commit 0544d258 authored by Mina Granic's avatar Mina Granic Committed by Android (Google) Code Review
Browse files

Merge "Add a flag for a different way of tracking camera apps in CameraStateMonitor." into main

parents 2e8d7cc7 1bc7edbe
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -164,6 +164,16 @@ flag {
    bug: "314952133"
}

flag {
    name: "enable_camera_compat_track_task_and_app_bugfix"
    namespace: "lse_desktop_experience"
    description: "Whether to use taskId and app process to track camera apps, and notify the policies only on first camera open and final close"
    bug: "380840084"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_task_stack_observer_in_shell"
    namespace: "lse_desktop_experience"