# StateUnspecified

> Mirrors android:windowSoftInputMode="stateUnspecified".

## Definition

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

```csharp
StateUnspecified = 1
```

### Remarks

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