Skip to content

Commit

Permalink
android: improve support for Bluetooth keyboards
Browse files Browse the repository at this point in the history
See libgdx/libgdx#4992 for details.
  • Loading branch information
agateau committed Jul 30, 2023
1 parent b794c9a commit ac2ec0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:name="com.agateau.pixelwheels.android.AndroidLauncher"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit ac2ec0a

Please sign in to comment.