mirror of https://github.com/libsdl-org/SDL
Allow the activity to persist through connecting or disconnecting a keyboard
This commit is contained in:
parent
62c3acaf9f
commit
8c46580231
|
@ -42,7 +42,7 @@
|
|||
|
||||
<activity android:name="SDLActivity"
|
||||
android:label="@string/app_name"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
Loading…
Reference in New Issue