enable steamcmd, fix steam mobile

This commit is contained in:
mittorn
2016-04-14 18:00:44 +06:00
parent 230c07cc98
commit bb58bdeec9
3 changed files with 3 additions and 6 deletions

View File

@@ -23,8 +23,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<!--
<activity android:name="in.celest.xash3d.SteamActivity"
android:label="Steam"
android:windowSoftInputMode="adjustResize"
@@ -37,7 +36,6 @@
</intent-filter>
</activity>
-->
<activity android:name="in.celest.xash3d.ShortcutActivity"
android:label="@string/text_shortcut"
@@ -80,9 +78,7 @@
<data android:scheme="package" />
</intent-filter>
</receiver>
<!--
<service android:name="in.celest.xash3d.SteamService" />
-->
</application>
<!-- Some devices with Android 2.2 should support native activity, it was in unstable hidden API -->