29 lines
869 B
HTML
29 lines
869 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
P {
|
|
font-size: 14 px;
|
|
}
|
|
B {
|
|
font-size: 16px;
|
|
}
|
|
A {
|
|
color: #OOC;
|
|
}
|
|
.style1 {
|
|
font-size: 16px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><b>Portable Wi-Fi hotspot</b></p>
|
|
<span class="style1">You can turn your Android device into a portable Wi-Fi hotspot, to share your Android device's Internet connection with one or more computers or other devices</span>
|
|
<ul>
|
|
<li>When your device is serving as a Wi-Fi hotspot, you can't use your phone's applications to access the Internet via its Wi-Fi connection (but of course you remain connected to the Internet via your mobile data network)</li><br>
|
|
<li>You configure the hotspot with the Wi-Fi hotspot settings</li><br>
|
|
<li>For more information, visit <a href="http://www.android.com/tether#wifi">http://www.android.com/tether#wifi</a></li><br>
|
|
</ul>
|
|
</body>
|
|
</html>
|