|
|
|
|
@ -30,7 +30,10 @@
|
|
|
|
|
<!-- Required for downloading shareware data on older devices --> |
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="22" /> |
|
|
|
|
<!-- Allow access to Bluetooth devices --> |
|
|
|
|
<uses-permission android:name="android.permission.BLUETOOTH" /> |
|
|
|
|
<!-- Currently this is just for Steam Controller support and requires setting SDL_HINT_JOYSTICK_HIDAPI_STEAM --> |
|
|
|
|
<!-- <uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="30" /> --> |
|
|
|
|
<!-- <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" /> --> |
|
|
|
|
|
|
|
|
|
<!-- Allow access to the vibrator --> |
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE" /> |
|
|
|
|
<!-- Allow access to the network for multiplayer and demo download --> |
|
|
|
|
@ -53,6 +56,7 @@
|
|
|
|
|
android:alwaysRetainTaskState="true" |
|
|
|
|
android:launchMode="singleInstance" |
|
|
|
|
android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation" |
|
|
|
|
android:preferMinimalPostProcessing="true" |
|
|
|
|
android:screenOrientation="landscape" |
|
|
|
|
> |
|
|
|
|
<intent-filter> |
|
|
|
|
|