Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f874d583 authored by Varun Shah's avatar Varun Shah
Browse files

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
parent 2a76c44a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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"
}