summaryrefslogtreecommitdiff
path: root/apex/jobscheduler/framework/aconfig/job.aconfig
blob: e73b434042af55b195202ad741bff87871978413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package: "android.app.job"

flag {
    name: "enforce_minimum_time_windows"
    namespace: "backstage_power"
    description: "Enforce a minimum time window for job latencies & deadlines"
    bug: "311402873"
}

flag {
    name: "job_debug_info_apis"
    namespace: "backstage_power"
    description: "Add APIs to let apps attach debug information to jobs"
    bug: "293491637"
}