supportedAbis property

List<String>? supportedAbis
getter/setter pair

The list of supported ABIs for this device.

This corresponds to either android.os.Build.SUPPORTED_ABIS (for API level 21 and above) or android.os.Build.CPU_ABI/CPU_ABI2. The most preferred ABI is the first element in the list. Elements are optionally prefixed by "version_id:" (where version_id is the id of an AndroidVersion), denoting an ABI that is supported only on a particular version.

Implementation

core.List<core.String>? supportedAbis;