Increase char limits for "Show key presses" strings

Bug: 286544522
Test: None
Change-Id: I4881e77a04266648e1bc007cae772fbddd833254
This commit is contained in:
Prabir Pradhan
2023-06-09 15:50:14 +00:00
parent 9ce13dd292
commit 29b33188cb

View File

@@ -827,9 +827,9 @@
<!-- UI debug setting: show touches location summary [CHAR LIMIT=50] -->
<string name="show_touches_summary">Show visual feedback for taps</string>
<!-- UI debug setting: show key presses? [CHAR LIMIT=25] -->
<!-- UI debug setting: show key presses? [CHAR LIMIT=50] -->
<string name="show_key_presses">Show key presses</string>
<!-- UI debug setting: show physical key presses summary [CHAR LIMIT=50] -->
<!-- UI debug setting: show physical key presses summary [CHAR LIMIT=150] -->
<string name="show_key_presses_summary">Show visual feedback for physical key presses</string>
<!-- UI debug setting: show where surface updates happen? [CHAR LIMIT=25] -->