diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-10-19 18:47:35 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-10-19 18:47:35 +0200 |
commit | 85975df9fb14deab100b54f9d6bdfa193535c204 (patch) | |
tree | 6968e43ec3d3a7c13275c1466715a3b54f98099f | |
parent | 3c61058d07abc40e5908ccb7cd50bcdc53fce823 (diff) | |
download | AntennaPod-85975df9fb14deab100b54f9d6bdfa193535c204.zip |
Pause button in playback service notification did not react
-rw-r--r-- | AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index dde79a7ad..cf3f1e7b3 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -154,7 +154,8 @@ android:enabled="true"/> <service android:name="de.danoeh.antennapod.service.PlaybackService" - android:enabled="true"> + android:enabled="true" + android:exported="true"> </service> <service |