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

Commit 8c26a445 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Declare a feature flag for BFGS Managed Network Access

Bug: 304347838
Test: presubmit - the flag is unused for now
Change-Id: I95564e9a2d84849e4a22e23d9e31de0a1d296294
parent 396d3091
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -29,3 +29,10 @@ flag {
    description: "Disable BOOT_COMPLETED broadcast FGS start for certain types"
    bug: "296558535"
}

flag {
    name: "bfgs_managed_network_access"
    namespace: "backstage_power"
    description: "Restrict network access for certain applications in BFGS process state"
    bug: "304347838"
}