Clarify IRadioNetwork also applies to satellite-based cellular connections.
Clarify the functionality specified in IRadioNetwork applies to both terrestrial (earth-based) and extraterrestrial (satellite-based) cellular networks. Bug: 301483855 Test: m Change-Id: Id8d1508c68cbca868fc3471f0840883eeca163c7
This commit is contained in:
parent
b6863cf979
commit
efc2c9ab56
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ import android.hardware.radio.network.UsageSetting;
|
|||
|
||||
/**
|
||||
* This interface is used by telephony and telecom to talk to cellular radio for network APIs.
|
||||
* All functions apply to both terrestrial and extraterrestrial (satellite) based cellular networks.
|
||||
* All the functions have minimum one parameter:
|
||||
* serial: which corresponds to serial no. of request. Serial numbers must only be memorized for the
|
||||
* duration of a method call. If clients provide colliding serials (including passing the same
|
||||
|
|
Loading…
Reference in a new issue