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

Commit f98c8ebf authored by Jing Ji's avatar Jing Ji
Browse files

Declare a feature flag for batching jobs on network activation.

Bug: 318394184
Test: presubmit - the flag is unused for now
Change-Id: I8ae86ee16bfd2bf26ddac31f020a9fceefe8acdd
parent 3289b312
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -13,3 +13,10 @@ flag {
    description: "Throw an exception if an unsupported app uses JobInfo.setBias"
    bug: "300477393"
}

flag {
    name: "batch_jobs_on_network_activation"
    namespace: "backstage_power"
    description: "Have JobScheduler attempt to delay the start of some connectivity jobs until the network is actually active"
    bug: "318394184"
}