diff options
author | 2024-11-06 02:17:02 +0000 | |
---|---|---|
committer | 2024-11-06 02:17:02 +0000 | |
commit | f874d583413dbaa93e69073e8746627d722032a5 (patch) | |
tree | 04087157f093fe241327c9b19efbf5c757bb27ea /apex | |
parent | 2a76c44a1ae6020e51b9c61e17bae4033d1063f3 (diff) |
Add a flag for the new getPendingJobReasonsHistory API.
Bug: 372031023
Test: n/a
Flag: android.app.job.get_pending_job_reasons_history_api
Change-Id: I6a7a40bad754d0083b8755d8556f17efe5a1fb18
Diffstat (limited to 'apex')
-rw-r--r-- | apex/jobscheduler/framework/aconfig/job.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apex/jobscheduler/framework/aconfig/job.aconfig b/apex/jobscheduler/framework/aconfig/job.aconfig index 79aef1e6a19a..47a85498f51b 100644 --- a/apex/jobscheduler/framework/aconfig/job.aconfig +++ b/apex/jobscheduler/framework/aconfig/job.aconfig @@ -45,3 +45,11 @@ flag { description: "Introduce a new getPendingJobReasons() API which returns reasons why a job may not have executed. Also deprecate the existing getPendingJobReason() API." bug: "372031023" } + +flag { + name: "get_pending_job_reasons_history_api" + is_exported: true + namespace: "backstage_power" + description: "Introduce a new getPendingJobReasonsHistory() API which returns a limited historical view of getPendingJobReasons()." + bug: "372031023" +} |