From 4688c6e371007e5bea810d5c846c430cd2e01ea6 Mon Sep 17 00:00:00 2001 From: Varun Shah Date: Thu, 5 Dec 2024 18:32:58 +0000 Subject: 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 --- apex/jobscheduler/framework/aconfig/job.aconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apex') 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 @@ -16,14 +16,6 @@ flag { bug: "293491637" } -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" -- cgit v1.2.3-59-g8ed1b