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

Commit 7571316d authored by Kunal's avatar Kunal Committed by Kunal Malhotra
Browse files

Add feature flag for BOOT_COMPLETED FGS restrictions

Bug: 296558535
Test: builds
Change-Id: I70bb64f81db645a7c70e20b7507f06cd742ffe70
parent 57c2aba0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -22,3 +22,10 @@ flag {
    description: "Detect abusive FGS behavior for certain types (camera, mic, media, location)."
    bug: "295545575"
}

flag {
    name: "fgs_boot_completed"
    namespace: "backstage_power"
    description: "Disable BOOT_COMPLETED broadcast FGS start for certain types"
    bug: "296558535"
}