Add [CHAR LIMIT=none] to the strings that talkback speaks
Bug: N/A
Test: N/A
Change-Id: I7ecc30e69fad1aefb97c2e7ebf8698d40acb11e7
diff --git a/android/TerminalApp/res/values/strings.xml b/android/TerminalApp/res/values/strings.xml
index 68551a0..851eaab 100644
--- a/android/TerminalApp/res/values/strings.xml
+++ b/android/TerminalApp/res/values/strings.xml
@@ -20,11 +20,11 @@
<!-- Application name of this terminal app shown in the launcher. This app provides computer terminal to connect to virtual machine. [CHAR LIMIT=16] -->
<string name="app_name">Terminal</string>
- <!-- Description of the entire terminal display showing texts. This is read by talkback. -->
+ <!-- Description of the entire terminal display showing texts. This is read by talkback. [CHAR LIMIT=none] -->
<string name="terminal_display">Terminal display</string>
- <!-- Description of the edit box accepting user input. This is read by talkback. -->
+ <!-- Description of the edit box accepting user input. This is read by talkback. [CHAR LIMIT=none] -->
<string name="terminal_input">Cursor</string>
- <!-- Description of an empty line in the terminal. This is read by talkback. -->
+ <!-- Description of an empty line in the terminal. This is read by talkback. [CHAR LIMIT=none] -->
<string name="empty_line">Empty line</string>
<!-- Installer activity title [CHAR LIMIT=none] -->