Build.Supported64BitAbis Property

Definition

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")>]
member this.Supported64BitAbis : System.Collections.Generic.IList<string>

Property Value

IList<String>
Attributes

Remarks

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.

Applies to