Merge "Settings: add a new developer menu entry to show hdr/sdr ratio overlay." into main

This commit is contained in:
Sally Qi
2023-11-03 19:13:06 +00:00
committed by Android (Google) Code Review
8 changed files with 345 additions and 0 deletions

View File

@@ -1857,6 +1857,11 @@
<!-- Debugging developer settings: show refresh rate summary [CHAR LIMIT=58] -->
<string name="show_refresh_rate_summary">Show the current display refresh rate</string>
<!-- Debugging developer settings: show HDR/SDR ratio? [CHAR LIMIT=36] -->
<string name="show_hdr_sdr_ratio">Show HDR/SDR ratio</string>
<!-- Debugging developer settings: show HDR/SDR ratio summary [CHAR LIMIT=58] -->
<string name="show_hdr_sdr_ratio_summary">Show the current HDR/SDR ratio</string>
<!-- NFC settings -->
<!-- Used in the 1st-level settings screen to turn on NFC -->
<string name="nfc_quick_toggle_title">NFC</string>