This version of Unity is unsupported.

AndroidTargetDevices

enumeration

Description

Defines the types of devices on which an Android application is allowed to run. Used for the PlayerSettings.Android.androidTargetDevices property.

Properties

AllDevicesThe Android build is allowed to run on all target devices.
PhonesTabletsAndTVDevicesOnlyThe Android build is only allowed to run on Android phones, tablets, and TV devices, not on any type of ChromeOS device.
ChromeOSDevicesOnlyThe Android build is only allowed to run on ChromeOS devices.