# androidOsVersionString

> The Android operating system version the device runs on.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public string androidOsVersionString
```

### Remarks

Filter based on the version of the Android OS. For example, `14`.

**Note**: This property only accepts a valid regular expression.
