diff options
author | 2024-12-05 18:32:58 +0000 | |
---|---|---|
committer | 2025-01-07 13:02:33 -0800 | |
commit | 4688c6e371007e5bea810d5c846c430cd2e01ea6 (patch) | |
tree | 52e41c5bc9202a4b1eaf5ff20e5cdcbbb8740b0c /apex | |
parent | 287b13e45e7fa23dbcf13840c287ae7ad14976a3 (diff) |
Remove the backup jobs exemption flag.
The flag is now abandonded and there are no plans to relaunch this.
Let's remove the flag to avoid any potential confusion.
Bug: 382295619
Test: builds
Flag: EXEMPT removing android.app.job.backup_jobs_exemption
Change-Id: I226756f62b052fb012ed4a1fe424c9dac8013b1c
Diffstat (limited to 'apex')
-rw-r--r-- | apex/jobscheduler/framework/aconfig/job.aconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apex/jobscheduler/framework/aconfig/job.aconfig b/apex/jobscheduler/framework/aconfig/job.aconfig index 8b1a40c7f833..a0dfd1906938 100644 --- a/apex/jobscheduler/framework/aconfig/job.aconfig +++ b/apex/jobscheduler/framework/aconfig/job.aconfig @@ -17,14 +17,6 @@ flag { } flag { - name: "backup_jobs_exemption" - is_exported: true - namespace: "backstage_power" - 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." - bug: "318731461" -} - -flag { name: "handle_abandoned_jobs" namespace: "backstage_power" description: "Detect, report and take action on jobs that maybe abandoned by the app without calling jobFinished." |