Download notification was not clickable on some API versions
This commit is contained in:
parent
e4bf457ece
commit
73f9506bb9
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue