Defines the types of devices on which an Android application is allowed to run. Used for the PlayerSettings.Android.androidTargetDevices property.
AllDevices | The Android build is allowed to run on all target devices. |
PhonesTabletsAndTVDevicesOnly | The Android build is only allowed to run on Android phones, tablets, and TV devices, not on any type of ChromeOS device. |
ChromeOSDevicesOnly | The Android build is only allowed to run on ChromeOS devices. |