elaborate on other baseband functionality

This commit is contained in:
Daniel Micay 2020-02-19 17:35:22 -05:00
parent 9f4223a3fd
commit d5b071c6ef

View File

@ -338,9 +338,11 @@
<p>Activating airplane mode will fully disable the cellular radio transmit and receive <p>Activating airplane mode will fully disable the cellular radio transmit and receive
capabilities, which will prevent your phone from being reached from the cellular capabilities, which will prevent your phone from being reached from the cellular
network and stop your carrier (and anyone impersonating them to you) from tracking the network and stop your carrier (and anyone impersonating them to you) from tracking the
device via the cellular radio. On currently supported devices, the code for Wi-Fi and device via the cellular radio. The baseband implements other functionality such as
cellular radios is separately sandboxed, and while airplane mode is on, the phone may Wi-Fi and GPS functionality, but each of these components is separately sandboxed on
still be connected and used on WiFi.</p> the baseband and independent of each other. Enabling airplane mode disables the
cellular radio, but Wi-Fi can be re-enabled and used without activating the cellular
radio again. This allows using the device as a Wi-Fi only device.</p>
</div> </div>
<footer> <footer>