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

Commit d9d54322 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a flag for the new getPendingJobReasons API." into main

parents d8f1ec24 060899bf
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"
}