Version: 2021.3
LanguageEnglish
  • C#

AndroidTargetDevices

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

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 Chrome OS device.
ChromeOSDevicesOnlyThe Android build is only allowed to run on Chrome OS devices.