mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 14:12:04 +08:00
Merge branch 'omp'
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
android:allowBackup="true"
|
||||
|
||||
android:hardwareAccelerated="true">
|
||||
<!--<activity android:name="in.celest.xash3d.SteamActivity"
|
||||
<activity android:name="in.celest.xash3d.SteamActivity"
|
||||
android:label="Steam"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:launchMode="singleTask">
|
||||
@@ -31,7 +31,7 @@
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>-->
|
||||
</activity>
|
||||
|
||||
|
||||
<activity android:name="in.celest.xash3d.LauncherActivity"
|
||||
@@ -94,7 +94,7 @@
|
||||
<data android:scheme="package" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<!--<service android:name="in.celest.xash3d.SteamService" />-->
|
||||
<service android:name="in.celest.xash3d.SteamService" />
|
||||
</application>
|
||||
|
||||
<!-- Android 2.3 -->
|
||||
|
||||
Reference in New Issue
Block a user