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

Update manifest

This commit is contained in:
mittorn 2016-01-18 16:41:12 +00:00
parent 53c109cda0
commit aa327eae4b

View File

@ -62,6 +62,18 @@
android:screenOrientation="landscape"
android:label="@string/app_name">
</activity>
<receiver android:name="in.celest.xash3d.InstallReceiver">
<intent-filter android:priority="100">
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.PACKAGE_ADDED" />
<action android:name="android.intent.action.PACKAGE_CHANGED" />
<action android:name="android.intent.action.PACKAGE_INSTALL" />
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<data android:scheme="package" />
</intent-filter>
</receiver>
</application>
<!-- Some devices with Android 2.2 should support native activity, it was in unstable hidden API -->