VmTerminalApp: Implement Wi-Fi only checkbox in installer
Bug: 379218935
Test: Manually on CF as follows: \
- No network --> network error or no Wi-Fi error \
- Switch to another Wi-Fi --> network error \
- Turn on/off Wi-Fi when Wi-Fi only --> no Wi-Fi error \
- Turn on/off Wi-Fi when not Wi-Fi only --> download continues
Change-Id: I6be2a95f3b1a37218a1115bb333c335cedd3d5c4
diff --git a/android/TerminalApp/res/values/strings.xml b/android/TerminalApp/res/values/strings.xml
index 300cbbc..d498286 100644
--- a/android/TerminalApp/res/values/strings.xml
+++ b/android/TerminalApp/res/values/strings.xml
@@ -38,6 +38,8 @@
<string name="installer_notif_desc_text">Linux terminal will be started after finish</string>
<!-- Toast error message for install failure due to the network issue [CHAR LIMIT=none] -->
<string name="installer_error_network">Failed to install due to the network issue</string>
+ <!-- Toast error message for install failure because Wi-Fi isn't available although required [CHAR LIMIT=none] -->
+ <string name="installer_error_no_wifi">Failed to install because Wi-Fi isn\'t available</string>
<!-- Toast error message for install failure due to the unidentified issue [CHAR LIMIT=none] -->
<string name="installer_error_unknown">Failed to install. Try again.</string>