From f874d583413dbaa93e69073e8746627d722032a5 Mon Sep 17 00:00:00 2001 From: Varun Shah Date: Wed, 6 Nov 2024 02:17:02 +0000 Subject: 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 --- apex/jobscheduler/framework/aconfig/job.aconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apex') 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" +} -- cgit v1.2.3-59-g8ed1b