# AndroidHardwareType

> AndroidHardwareType describes the type of Android device on which the app is running.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Android](/engine/6000.6/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public enum AndroidHardwareType
```

## Fields

| Value                                                                                         | Description                                              |
| --------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [Generic](/engine/6000.6/script-reference/unityengine/android/androidhardwaretype/generic.md) | The Generic category includes all other Android devices. |
