Settings: add a new developer menu entry to show refresh rate overlay

The refresh rate overlay will be shown on screen if the option is
selected from the developer option.

Test: enable show refresh rate from developer menu
Bug: 129297325
Change-Id: Ic7b59fa93e1ca1e5649501eb87bda64c7a868fa1
This commit is contained in:
Ady Abraham
2019-11-20 11:13:30 -08:00
parent 01cf29b958
commit 678e187b8c
5 changed files with 264 additions and 0 deletions

View File

@@ -222,6 +222,11 @@
android:fragment="com.android.settings.development.compat.PlatformCompatDashboard"
/>
<SwitchPreference
android:key="show_refresh_rate"
android:title="@string/show_refresh_rate"
android:summary="@string/show_refresh_rate_summary" />
</PreferenceCategory>
<PreferenceCategory