summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-10 15:31:14 +0300
committerAndrew Dolgov <[email protected]>2018-07-10 15:31:14 +0300
commit8f083deaf7574fb5e043fc849ef633fa619d26cc (patch)
treeb1aebdb96e747c08ece0c6f6270ab6dd5c5dac87 /org.fox.ttrss/src/main/AndroidManifest.xml
parentaca2960371cccccfe21cafd874ca690899e89db0 (diff)
add WAKE_LOCK permission as required by job scheduler
Diffstat (limited to 'org.fox.ttrss/src/main/AndroidManifest.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/AndroidManifest.xml b/org.fox.ttrss/src/main/AndroidManifest.xml
index a32ee36f..af3bd163 100755
--- a/org.fox.ttrss/src/main/AndroidManifest.xml
+++ b/org.fox.ttrss/src/main/AndroidManifest.xml
@@ -9,6 +9,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
+ <uses-permission android:name="android.permission.WAKE_LOCK" />
<application
android:name=".Application"