Made sure that WidgetUpdateService is stopped if necessary

This commit is contained in:
daniel oeh
2012-09-05 14:19:37 +02:00
parent 8a76daeeaf
commit 42a5641439
4 changed files with 36 additions and 16 deletions

View File

@ -118,6 +118,9 @@
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/player_widget_info" />
<intent-filter>
<action android:name="de.danoeh.antennapod.STOP_WIDGET_UPDATE"/>
</intent-filter>
</receiver>
<receiver android:name=".receiver.FeedUpdateReceiver" >
<intent-filter>