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

Commit 1177e9dd authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Declare a feature flag for batching jobs on network activation." into main

parents 5a81870e f98c8ebf
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"
}