diff options
author | Robert Greenwalt <robdroid@android.com> | 2010-03-18 15:31:48 -0700 |
---|---|---|
committer | Robert Greenwalt <robdroid@android.com> | 2010-03-19 10:27:52 -0700 |
commit | 38925c0b964b7aef23c8a03af4d1a9499474f1b2 (patch) | |
tree | 2479280eac3707d01b58b9a1a74023a177c6e620 /assets | |
parent | b3be4d0c5095c6f22d15dc141e4c5c35a18c723c (diff) | |
download | packages_apps_Settings-38925c0b964b7aef23c8a03af4d1a9499474f1b2.zip packages_apps_Settings-38925c0b964b7aef23c8a03af4d1a9499474f1b2.tar.gz packages_apps_Settings-38925c0b964b7aef23c8a03af4d1a9499474f1b2.tar.bz2 |
Choose the Tether help file based on device config
Don't show wifi Tethering help on devices that don't support it, etc.
bug:2520021
Change-Id: I905d1b66fc239d5a5f5028715623d8781041f9ca
Diffstat (limited to 'assets')
-rw-r--r-- | assets/html/en_us/tethering_usb_help.html | 27 | ||||
-rw-r--r-- | assets/html/en_us/tethering_wifi_help.html | 27 |
2 files changed, 54 insertions, 0 deletions
diff --git a/assets/html/en_us/tethering_usb_help.html b/assets/html/en_us/tethering_usb_help.html new file mode 100644 index 0000000..143a09f --- /dev/null +++ b/assets/html/en_us/tethering_usb_help.html @@ -0,0 +1,27 @@ +<html> +<head> +<style> +P { + font-size: 14 px; + } +B { + font-size: 16px; +} +A { + color: #OOC; +} +.style1 { + font-size: 16px; +} +</style> +</head> +<body> +<p><b>USB tethering</b></p> +<span class="style1">You can tether your phone to your computer with a USB cable, to share your phone's internet connection with your computer</span> +<ul> +<li>Tethering works with Windows Vista, Windows 7, and Linux</li><br> +<li>You can't mount your phone's SD card on your computer when USB tethered</li><br> +<li>For more information, including using USB tethering with other OSs, see <a href="http://www.google.com/phone/tether#usb">http://www.google.com/phone/tether#usb</a></li><br> +</ul> +</body> +</html> diff --git a/assets/html/en_us/tethering_wifi_help.html b/assets/html/en_us/tethering_wifi_help.html new file mode 100644 index 0000000..9519e9a --- /dev/null +++ b/assets/html/en_us/tethering_wifi_help.html @@ -0,0 +1,27 @@ +<html> +<head> +<style> +P { + font-size: 14 px; + } +B { + font-size: 16px; +} +A { + color: #OOC; +} +.style1 { + font-size: 16px; +} +</style> +</head> +<body> +<p><b>Wi-Fi tethering</b></p> +<span class="style1">You can turn your phone into a Wi-Fi access point, to share your phone's internet connection with one or more computers or other devices</span> +<ul> +<li>When your phone is acting as an access point, you can't use your phone's applications to access the internet via its Wi-Fi connection</li><br> +<li>You configure a Wi-Fi access point in Wi-Fi tethering settings</li><br> +<li>For more information, visit <a href="http://www.google.com/phone/tether#wifi">http://www.google.com/phone/tether#wifi</a></li><br> +</ul> +</body> +</html> |