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

Commit 375fc344 authored by ramindani's avatar ramindani Committed by Ram Indani
Browse files

Adds a flag for getSupportedRefreshRates api

flag to guard either a new behavior of using
values from SurfaceFlinger should be used or not.

BUG: 365163968
Test: atest android.display.cts.DisplayTest
Flag: com.android.server.display.feature.flags.enable_get_supported_refresh_rates
Change-Id: I149e6e51b3b3718ef53e522f1fca5650dbbd8b7b
parent 54d2f28e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -438,3 +438,11 @@ flag {
    bug: "361433796"
    is_fixed_read_only: true
}

flag {
    name: "enable_get_supported_refresh_rates"
    namespace: "core_graphics"
    description: "Flag to use the surfaceflinger rates for getSupportedRefreshRates"
    bug: "365163968"
    is_fixed_read_only: true
}