diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-02-25 16:30:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-25 16:30:58 +0100 |
commit | 3e077e5653d1c1be266d2bb5add85902c93e616e (patch) | |
tree | 72035f4808f39f390c153fa4755f67fb91a4d0f5 /ui/app-start-intent | |
parent | 34553475d9a28f7eba1b0570370ab3370ce87fc0 (diff) | |
download | AntennaPod-3e077e5653d1c1be266d2bb5add85902c93e616e.zip |
Add cancel action to download notification (#6353)
Diffstat (limited to 'ui/app-start-intent')
-rw-r--r-- | ui/app-start-intent/src/main/res/values/pending_intent.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app-start-intent/src/main/res/values/pending_intent.xml b/ui/app-start-intent/src/main/res/values/pending_intent.xml index c0864046c..30b35d926 100644 --- a/ui/app-start-intent/src/main/res/values/pending_intent.xml +++ b/ui/app-start-intent/src/main/res/values/pending_intent.xml @@ -2,6 +2,7 @@ <resources> <item name="pending_intent_download_service_notification" type="id"/> <item name="pending_intent_download_service_retry" type="id"/> + <item name="pending_intent_download_cancel_all" type="id"/> <item name="pending_intent_download_service_auth" type="id"/> <item name="pending_intent_download_service_report" type="id"/> <item name="pending_intent_download_service_autodownload_report" type="id"/> |