Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2bd1b867 authored by Nathan Harold's avatar Nathan Harold Committed by android-build-merger
Browse files

Merge "Use SDK Constant for NeighboringCellInfo Docstring"

am: d264669c

Change-Id: Ic9c21bcbc51e942432aaf64f1ce1d9089de6bdd0
parents 2835cb7d d264669c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -33,8 +33,9 @@ import android.os.Parcelable;
 * Represents the neighboring cell information, including
 * Received Signal Strength and Cell ID location.
 *
 * @deprecated This class should not be used by anyone targeting SDK level 29 (Q) or higher.
 *      Instead callers should use {@Link android.telephony.CellInfo}.
 * @deprecated This class should not be used by any app targeting
 *     {@link Build.VERSION_CODES.Q Android Q} or higher. Instead callers should use
 *     {@Link android.telephony.CellInfo CellInfo}.
 */
@Deprecated
public class NeighboringCellInfo implements Parcelable