Merge "Use SDK Constant for NeighboringCellInfo Docstring"
This commit is contained in:
@@ -33,8 +33,9 @@ import android.os.Parcelable;
|
|||||||
* Represents the neighboring cell information, including
|
* Represents the neighboring cell information, including
|
||||||
* Received Signal Strength and Cell ID location.
|
* Received Signal Strength and Cell ID location.
|
||||||
*
|
*
|
||||||
* @deprecated This class should not be used by anyone targeting SDK level 29 (Q) or higher.
|
* @deprecated This class should not be used by any app targeting
|
||||||
* Instead callers should use {@Link android.telephony.CellInfo}.
|
* {@link Build.VERSION_CODES.Q Android Q} or higher. Instead callers should use
|
||||||
|
* {@Link android.telephony.CellInfo CellInfo}.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class NeighboringCellInfo implements Parcelable
|
public class NeighboringCellInfo implements Parcelable
|
||||||
|
|||||||
Reference in New Issue
Block a user