Update manifest
This commit is contained in:
parent
53c109cda0
commit
aa327eae4b
1 changed files with 12 additions and 0 deletions
|
@ -62,6 +62,18 @@
|
||||||
android:screenOrientation="landscape"
|
android:screenOrientation="landscape"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
</activity>
|
</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>
|
</application>
|
||||||
|
|
||||||
<!-- Some devices with Android 2.2 should support native activity, it was in unstable hidden API -->
|
<!-- Some devices with Android 2.2 should support native activity, it was in unstable hidden API -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue