summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-03-08 20:56:24 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-03-08 20:56:24 +0100
commit3fde2349f9a859fb3b9b95dbf97ff9f7900774c2 (patch)
tree49c833ae354b85236b8c0e1296c69f3d58257d94 /AndroidManifest.xml
parent7f81f8a438a9cbb306306d690731678815c6219d (diff)
downloadAntennaPod-3fde2349f9a859fb3b9b95dbf97ff9f7900774c2.zip
Added preferences for configuring auto-download
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2e6a599f1..3ef1dd204 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,6 +23,7 @@
<uses-feature
android:name="android.hardware.screen.portrait"
android:required="false" />
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<application
android:name="de.danoeh.antennapod.PodcastApp"