NetworkRegistrationInfo.CellIdentity 属性

定义

需要 android.Manifest.permission#ACCESS_FINE_LOCATION,否则返回 null。

public Android.Telephony.CellIdentity? CellIdentity { [Android.Runtime.Register("getCellIdentity", "()Landroid/telephony/CellIdentity;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getCellIdentity", "()Landroid/telephony/CellIdentity;", "", ApiSince=30)>]
member this.CellIdentity : Android.Telephony.CellIdentity

属性值

单元格信息。

属性

注解

需要 android.Manifest.permission#ACCESS_FINE_LOCATION,否则返回 null。

适用于 . 的 android.telephony.NetworkRegistrationInfo.getCellIdentity()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于