Download notification was not clickable on some API versions

This commit is contained in:
daniel oeh 2013-10-19 17:17:54 +02:00
parent e4bf457ece
commit 73f9506bb9
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,8 @@
android:configChanges="keyboard|orientation"/>
<activity
android:name="de.danoeh.antennapod.activity.DownloadActivity"
android:label="@string/downloads_label">
android:label="@string/downloads_label"
android:exported="true">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="de.danoeh.antennapod.activity.MainActivity" />