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

Commit f1b78f4a authored by Nick Chalko's avatar Nick Chalko
Browse files

Create `api_for_backported_fixes` flag.

This flag is used to guard the Build.getCriticalFixStatus API.

Flag: android.os.api_for_backported_fixes
Bug: 308461809
Test: m framwork-all
Change-Id: I6437ce09419876f4cc6ddc1eef02360bc5693d03
Merged-In: I6437ce09419876f4cc6ddc1eef02360bc5693d03
parent 5549309d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -234,3 +234,11 @@ flag {
    is_fixed_read_only: true
    bug: "377557749"
}

flag {
    name: "api_for_backported_fixes"
    namespace: "media_reliability"
    description: "Public API app developers use to check if a known issue is fixed on a device."
    bug: "308461809"
    is_exported: true
}