TelephonyManager.SupportedRadioAccessFamily Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual long SupportedRadioAccessFamily { [Android.Runtime.Register("getSupportedRadioAccessFamily", "()J", "GetGetSupportedRadioAccessFamilyHandler", ApiSince=33)] [Android.Runtime.RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE")] get; }
[<get: Android.Runtime.Register("getSupportedRadioAccessFamily", "()J", "GetGetSupportedRadioAccessFamilyHandler", ApiSince=33)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE")>]
member this.SupportedRadioAccessFamily : int64
Property Value
Modem supported radio access family bitmask
<p>Requires permission: android.Manifest.READ_PRIVILEGED_PHONE_STATE or
that the calling app has carrier privileges (see <code data-dev-comment-type="c">#hasCarrierPrivileges</code>).
- Attributes
Remarks
Java documentation for android.telephony.TelephonyManager.getSupportedRadioAccessFamily()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.