Build.Supported64BitAbis 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.
An ordered list of <b>64 bit</b> ABIs supported by this device.
[Android.Runtime.Register("SUPPORTED_64_BIT_ABIS")]
public static System.Collections.Generic.IList<string>? Supported64BitAbis { get; }
[<Android.Runtime.Register("SUPPORTED_64_BIT_ABIS")>]
static member Supported64BitAbis : System.Collections.Generic.IList<string>
Property Value
- Attributes
Remarks
An ordered list of <b>64 bit</b> ABIs supported by this device. The most preferred ABI is the first element in the list.
See #SUPPORTED_ABIS
and #SUPPORTED_32_BIT_ABIS
.
Java documentation for android.os.Build.SUPPORTED_64_BIT_ABIS
.
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.