2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-27 04:11:08 +01:00

Update test manifest

This commit is contained in:
mittorn 2016-02-28 21:01:15 +00:00
parent 3ef85a5863
commit 19e710f22c

View File

@ -22,6 +22,18 @@
android:allowBackup="true"
android:hardwareAccelerated="true">
<activity android:name="in.celest.xash3d.SteamActivity"
android:label="Steam"
android:windowSoftInputMode="adjustResize"
android:launchMode="singleTask">
<intent-filter>
<action android:name="in.celest.xash3d.SteamActivity"/>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="in.celest.xash3d.LauncherActivity"
android:label="@string/launcher_name_test"
android:windowSoftInputMode="adjustResize"
@ -74,6 +86,7 @@
<data android:scheme="package" />
</intent-filter>
</receiver>
<service android:name="in.celest.xash3d.SteamService" />
</application>
<!-- Android 2.3 -->