summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jaewan Kim <jaewan@google.com> 2024-10-16 23:23:29 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-10-16 23:23:29 +0000
commit6c084bf7c8d861c9c0f41d29f50d8430f0517403 (patch)
treebe3fbe251cc81be79d01a9e704be2a1e8d9afac9
parentf814fea81e550c4f9514f163df4a2818b8087685 (diff)
parentff3841c25f53ac6f5e6fb71cd3ec5c64c4fdaf14 (diff)
Merge "Enable Linux terminal app via developer settings" into main
-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 363045ec1d83..c440a07bde75 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -819,6 +819,11 @@
<!-- Summary of checkbox setting that enables the terminal app. [CHAR LIMIT=64] -->
<string name="enable_terminal_summary">Enable terminal app that offers local shell access</string>
+ <!-- Title of checkbox setting that enables the Linux terminal app. [CHAR LIMIT=32] -->
+ <string name="enable_linux_terminal_title">Linux development environment</string>
+ <!-- Summary of checkbox setting that enables the Linux terminal app. [CHAR LIMIT=64] -->
+ <string name="enable_linux_terminal_summary">Run Linux terminal on Android</string>
+
<!-- HDCP checking title, used for debug purposes only. [CHAR LIMIT=25] -->
<string name="hdcp_checking_title">HDCP checking</string>
<!-- HDCP checking dialog title, used for debug purposes only. [CHAR LIMIT=25] -->