summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-10 15:17:47 +0300
committerAndrew Dolgov <[email protected]>2018-07-10 15:17:47 +0300
commit7868d372693ee163956b91778050dcf010594363 (patch)
tree2533d3eed3482fa95b9bde693654776e136ab78f /org.fox.ttrss/src/main/AndroidManifest.xml
parentfeddeea841bfe29f69470645fb58c61fa7abcb07 (diff)
rework widget to update without broadcasts which are now suddenly bad
Diffstat (limited to 'org.fox.ttrss/src/main/AndroidManifest.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/AndroidManifest.xml b/org.fox.ttrss/src/main/AndroidManifest.xml
index 9a62d97e..4b5510bd 100755
--- a/org.fox.ttrss/src/main/AndroidManifest.xml
+++ b/org.fox.ttrss/src/main/AndroidManifest.xml
@@ -227,7 +227,6 @@
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="org.fox.ttrss.WIDGET_FORCE_UPDATE" />
- <action android:name="org.fox.ttrss.WIDGET_UPDATE_RESULT" />
</intent-filter>
<meta-data
@@ -237,7 +236,7 @@
<service
android:name=".widget.WidgetUpdateService"
- android:enabled="true" />
+ android:permission="android.permission.BIND_JOB_SERVICE" />
<service
android:name=".DashClock"
android:icon="@drawable/dashclock"