1package: "android.app.job" 2container: "system" 3 4flag { 5 name: "enforce_minimum_time_windows" 6 namespace: "backstage_power" 7 description: "Enforce a minimum time window for job latencies & deadlines" 8 bug: "311402873" 9} 10 11flag { 12 name: "job_debug_info_apis" 13 is_exported: true 14 namespace: "backstage_power" 15 description: "Add APIs to let apps attach debug information to jobs" 16 bug: "293491637" 17} 18 19flag { 20 name: "backup_jobs_exemption" 21 is_exported: true 22 namespace: "backstage_power" 23 description: "Introduce a new RUN_BACKUP_JOBS permission and exemption logic allowing for longer running jobs for apps whose primary purpose is to backup or sync content." 24 bug: "318731461" 25} 26