mirror of
https://github.com/yawut/SDL.git
synced 2026-04-18 22:57:25 -05:00
Allow the activity to persist through connecting or disconnecting a keyboard
This commit is contained in:
parent
efa038fbaf
commit
b4e2edf099
|
|
@ -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
Block a user