Settings: Increase char limit of show refresh rate
Increase the char limit for the developer option "show refresh rate" to accommodate translations. Bug: 146766957 Bug: 146766391 Change-Id: I324356278a31551db6da74ef0eb09068d36122b2 Test: Set a 36 char string on "show_refresh_rate" and observe no truncation Test: Set a 58 char string on "show_refresh_rate_summary" and observe no truncation
This commit is contained in:
@@ -1774,9 +1774,9 @@
|
||||
<!-- Debugging developer settings: Enable ART verifier for Debuggable Apps [CHAR LIMIT=NONE] -->
|
||||
<string name="art_verifier_for_debuggable_summary">Allow ART to verify bytecode for debuggable apps</string>
|
||||
|
||||
<!-- Debugging developer settings: show refresh rate? [CHAR LIMIT=25] -->
|
||||
<!-- Debugging developer settings: show refresh rate? [CHAR LIMIT=36] -->
|
||||
<string name="show_refresh_rate">Show refresh rate</string>
|
||||
<!-- Debugging developer settings: show refresh rate summary [CHAR LIMIT=50] -->
|
||||
<!-- Debugging developer settings: show refresh rate summary [CHAR LIMIT=58] -->
|
||||
<string name="show_refresh_rate_summary">Show the current display refresh rate</string>
|
||||
|
||||
<!-- NFC settings -->
|
||||
|
||||
Reference in New Issue
Block a user