summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jing Ji <jji@google.com> 2024-01-02 21:04:06 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-01-02 21:04:06 +0000
commit1177e9dd37427adf8d47d81a516d0524c6603eb5 (patch)
tree720a1cf1ffe38837bb939c661492818268b7c94d
parent5a81870e53e3e3716a7177bdae814f277cfd035b (diff)
parentf98c8ebffe368ccba1f78e46cf6e2b69a8fcb29b (diff)
Merge "Declare a feature flag for batching jobs on network activation." into main
-rw-r--r--apex/jobscheduler/service/aconfig/job.aconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/apex/jobscheduler/service/aconfig/job.aconfig b/apex/jobscheduler/service/aconfig/job.aconfig
index c65e50640ee9..de6f0235cd83 100644
--- a/apex/jobscheduler/service/aconfig/job.aconfig
+++ b/apex/jobscheduler/service/aconfig/job.aconfig
@@ -12,4 +12,11 @@ flag {
namespace: "backstage_power"
description: "Throw an exception if an unsupported app uses JobInfo.setBias"
bug: "300477393"
-} \ No newline at end of file
+}
+
+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"
+}