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

Commit 060899bf authored by Varun Shah's avatar Varun Shah
Browse files

Add a flag for the new getPendingJobReasons API.

Bug: 372031023
Test: n/a
Flag: android.app.job.get_pending_job_reasons_api
Change-Id: I376b24ade3088e50cde25ed272874ac921cadb73
parent 634042bf
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -37,3 +37,11 @@ flag {
    description: "Ignore the important_while_foreground flag and change the related APIs to be not effective"
    bug: "374175032"
}

flag {
    name: "get_pending_job_reasons_api"
    is_exported: true
    namespace: "backstage_power"
    description: "Introduce a new getPendingJobReasons() API which returns reasons why a job may not have executed. Also deprecate the existing getPendingJobReason() API."
    bug: "372031023"
}