SDL: updated project files to Android NDK 31

This commit is contained in:
Sergii Pylypenko
2021-11-27 23:13:15 +02:00
parent f7be0781d9
commit 87b27b3418
6 changed files with 13 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
openttd-build-*
/openttd-build-*
/AndroidData/*.xz
/data
/openttd-pc
/build-tools

View File

@@ -1,6 +1,6 @@
--- a/project/AndroidManifest.xml 2015-01-01 23:59:34.805231773 +0200
+++ a/project/AndroidManifest.xml 2015-01-01 23:59:45.189378809 +0200
@@ -43,6 +43,19 @@
@@ -43,5 +43,19 @@
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection"
android:enabled="true"
/>
@@ -8,7 +8,8 @@
+ android:label="@string/app_name"
+ android:launchMode="standard"
+ android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection"
+ android:windowSoftInputMode="stateUnspecified">
+ android:windowSoftInputMode="stateUnspecified"
+ android:exported="true">
+ <intent-filter>
+ <action android:name="android.intent.action.RUN" />
+ <action android:name="android.intent.action.MAIN" />
@@ -19,4 +20,3 @@
+ </activity>
</application>
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="23"/>