summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-11-29 12:07:29 -0500
committerTom Hennen <tom.hennen@gmail.com>2015-11-29 12:07:29 -0500
commite9f46bd71d247ec207a4c96dde3e12f1af22ff5f (patch)
treec2044699eae1e8db53871714b8a1575af977431b /app/src/main/res
parent1268d8f6c74030bde3b241440b2a77cfbc48ef98 (diff)
downloadAntennaPod-e9f46bd71d247ec207a4c96dde3e12f1af22ff5f.zip
make sure we stop updates when we're supposed to
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/player_widget_info.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/xml/player_widget_info.xml b/app/src/main/res/xml/player_widget_info.xml
index 831f6daf0..4033c3670 100644
--- a/app/src/main/res/xml/player_widget_info.xml
+++ b/app/src/main/res/xml/player_widget_info.xml
@@ -1,4 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
-<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android" android:resizeMode="none" android:initialLayout="@layout/player_widget" android:minHeight="40dp" android:minWidth="250dp">
+<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
+ android:resizeMode="none"
+ android:initialLayout="@layout/player_widget"
+ android:updatePeriodMillis="600000"
+ android:minHeight="40dp"
+ android:minWidth="250dp">
</appwidget-provider> \ No newline at end of file