Enable steamcmd in test manifest
This commit is contained in:
parent
bb58bdeec9
commit
42bbdc2f3c
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
@ -86,7 +86,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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue