SDL: updated project files to Android NDK 31
This commit is contained in:
3
project/jni/application/openttd/.gitignore
vendored
3
project/jni/application/openttd/.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
openttd-build-*
|
||||
/openttd-build-*
|
||||
/AndroidData/*.xz
|
||||
/data
|
||||
/openttd-pc
|
||||
/build-tools
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user