Merge "Clarify GnssAntennaInfo should be provided by OEM"

This commit is contained in:
TreeHugger Robot 2021-09-15 04:31:06 +00:00 committed by Android (Google) Code Review
commit ee88e0946e

View File

@ -30,6 +30,9 @@ import java.util.Objects;
* A class that contains information about a GNSS antenna. GNSS antenna characteristics can change
* with device configuration, such as when a device is folded open or closed. Antenna information is
* delivered to registered instances of {@link Listener}.
*
* <p> Antenna info parameters are measured for each specific device model by the device
* manufacturers and provided to the Android framework.
*/
public final class GnssAntennaInfo implements Parcelable {
private final double mCarrierFrequencyMHz;