Removed deleted receiver from manifest

This commit is contained in:
ByteHamster 2019-06-13 23:18:12 +02:00
parent 3331b663e1
commit 85ef61f4ef
1 changed files with 0 additions and 12 deletions

View File

@ -366,18 +366,6 @@
<action android:name="de.danoeh.antennapdsp.intent.SP_APPS_QUERY_FEEDS_RESPONSE"/>
</intent-filter>
</receiver>
<receiver android:name="de.danoeh.antennapod.core.receiver.AlarmUpdateReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REPLACED"/>
<data
android:path="de.danoeh.antennapod"
android:scheme="package"/>
</intent-filter>
</receiver>
<provider
android:authorities="@string/provider_authority"