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

Commit 15a0bb22 authored by ramindani's avatar ramindani
Browse files

adds a flag for getSuggestedFrameRates api

BUG: 361433796
Test: N/A
Flag: com.android.server.display.feature.flags.enable_get_suggested_frame_rate
Change-Id: I7f753ecf0ea01e244e94fa03497bda9e875f0d86
parent 652d33bd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -430,3 +430,11 @@ flag {
    bug: "350617205"
    is_fixed_read_only: true
}

flag {
    name: "enable_get_suggested_frame_rate"
    namespace: "core_graphics"
    description: "Flag for an API to get suggested frame rates"
    bug: "361433796"
    is_fixed_read_only: true
}