summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Prabir Pradhan <prabirmsp@google.com> 2023-06-01 17:37:43 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-06-01 17:37:43 +0000
commit5543e89efeb264b7afa2efcdb37d49eeee599c2b (patch)
tree9ba75449e0a21a68bb022fc665ebc713ee24ff44
parenta832ada6f443ce3206551596972d58d64d8245c6 (diff)
parentcf0b5a142822c5a0e368d0a861b27e2158c039c4 (diff)
Merge "Add strings for "Show key presses" developer option" into udc-qpr-dev
-rw-r--r--packages/SettingsLib/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index d8a0bbb86ade..9f884b277b5b 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -827,6 +827,11 @@
<!-- 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] -->
+ <string name="show_key_presses">Show key presses</string>
+ <!-- UI debug setting: show physical key presses summary [CHAR LIMIT=50] -->
+ <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] -->
<string name="show_screen_updates">Show surface updates</string>
<!-- UI debug setting: show surface updates summary [CHAR LIMIT=50] -->