# Touchscreen

> Mirrors android:configChanges="touchscreen".

## Definition

* **Type:** Field
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.5/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle

```csharp
Touchscreen = 3
```

### Remarks

For more information about the attribute, see Android's documentation: [ConfigChanges attribute](https://developer.android.com/guide/topics/manifest/activity-element#config)
