Cleanup manifest

This commit is contained in:
M66B 2017-08-03 22:09:02 +02:00
parent 76f8137c6c
commit 2c3f54d999
1 changed files with 0 additions and 6 deletions

View File

@ -224,12 +224,6 @@
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_ADDED" />
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<data android:scheme="package" />
</intent-filter>
</receiver>
<receiver