OpenArena: updated the project patch
This commit is contained in:
@@ -7,10 +7,10 @@ AppName="OpenArena"
|
|||||||
AppFullName=ws.openarena.sdl
|
AppFullName=ws.openarena.sdl
|
||||||
|
|
||||||
# Application version code (integer)
|
# Application version code (integer)
|
||||||
AppVersionCode=08837
|
AppVersionCode=08838
|
||||||
|
|
||||||
# Application user-visible version name (string)
|
# Application user-visible version name (string)
|
||||||
AppVersionName="0.8.8.37"
|
AppVersionName="0.8.8.38"
|
||||||
|
|
||||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
||||||
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
|
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ diff --git a/project/AndroidManifestTemplate.xml b/project/AndroidManifestTempla
|
|||||||
index 7956ad1..37b9de5 100644
|
index 7956ad1..37b9de5 100644
|
||||||
--- a/project/AndroidManifest.xml
|
--- a/project/AndroidManifest.xml
|
||||||
+++ b/project/AndroidManifest.xml
|
+++ b/project/AndroidManifest.xml
|
||||||
@@ -25,6 +25,7 @@
|
@@ -28,6 +28,7 @@
|
||||||
<category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" /> <!-- Samsung's multiwindow -->
|
|
||||||
<action android:name="com.sec.android.airview.HOVER" /> <!-- Stupid Samsung requires their own intent for finger-hover events -->
|
<action android:name="com.sec.android.airview.HOVER" /> <!-- Stupid Samsung requires their own intent for finger-hover events -->
|
||||||
<category android:name="android.intent.category.LEANBACK_LAUNCHER" /> <!-- Android TV requires this -->
|
<category android:name="android.intent.category.LEANBACK_LAUNCHER" /> <!-- Android TV requires this -->
|
||||||
|
<category android:name="tv.ouya.intent.category.GAME" /> <!-- For that one user who still got an OUYA in his living room and won't throw it away just because someone else decides that it's dead -->
|
||||||
+ <category android:name="com.google.intent.category.CARDBOARD" /> <!-- Cardboard VR -->
|
+ <category android:name="com.google.intent.category.CARDBOARD" /> <!-- Cardboard VR -->
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<!-- ==ADMOB== --> <activity android:name="com.google.android.gms.ads.AdActivity" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection"/>
|
<meta-data android:name="com.sec.android.support.multiwindow" android:value="true" /> <!-- Samsung's multiwindow -->
|
||||||
|
|||||||
Reference in New Issue
Block a user