You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _i18n/en/documentation/automation/tasker.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,21 @@ If you have more complex needs, you can use various 3rd-party automation applica
7
7
## General instructions
8
8
In your automation application, you can get AntennaPod to update its subscriptions by sending a 'Broadcast' (it may be shown as a type of Android intent) with the following settings:
9
9
- Package name: `de.danoeh.antennapod`
10
-
- Class name: `de.danoeh.antennapod.core.receiver.FeedUpdateReceiver`
10
+
- Class name: `de.danoeh.antennapod.net.download.service.feed.FeedUpdateReceiver`
3. Specify Package name to be `de.danoeh.antennapod`
24
-
4. Specify Class name to be `de.danoeh.antennapod.core.receiver.FeedUpdateReceiver`
24
+
4. Specify Class name to be `de.danoeh.antennapod.net.download.service.feed.FeedUpdateReceiver`
25
25
5. Specify Target to be `Broadcast receiver`
26
26
6. You can leave the other fields blank
27
27
@@ -30,7 +30,7 @@ Create an event (Llama automation rule). In the event,
30
30
1. Add an action of type Android intent.
31
31
2. Specify Intent send mode to be `Broadcast`.
32
32
3. Specify Package name to be `de.danoeh.antennapod`
33
-
4. Specify Class name to be `de.danoeh.antennapod.core.receiver.FeedUpdateReceiver`
33
+
4. Specify Class name to be `de.danoeh.antennapod.net.download.service.feed.FeedUpdateReceiver`
34
34
5. Add any other condition / actions for your specific needs.
35
35
36
36
As a shortcut, you can click [this link](http://llama.location.profiles/AntennaPod+feeds+Update/AntennaPod+feeds+Update%7C0-1-0-0-0-0-0-0-1-0--0-%7C%3A%7Ct%7C420%7C425%7Cai%7Cde.danoeh.antennapod%7CFgAAAGEAbgBkAHIAbwBpAGQALgBjAG8AbgB0AGUAbgB0AC4ASQBuAHQAZQBuAHQAAAAAAP%2F%2F%2F%2F8AAAAA%2F%2F%2F%2F%2FwAAAAD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FxQAAABkAGUALgBkAGEAbgBvAGUAaAAuAGEAbgB0AGUAbgBuAGEAcABvAGQAAAAAADUAAABkAGUALgBkAGEAbgBvAGUAaAAuAGEAbgB0AGUAbgBuAGEAcABvAGQALgBjAG8AcgBlAC4AcgBlAGMAZQBpAHYAZQByAC4ARgBlAGUAZABVAHAAZABhAHQAZQBSAGUAYwBlAGkAdgBlAHIAAAAAAAAAAAAAAAAAAAAAAAAA%2Fv%2F%2F%2F%2F%2F%2F%2F%2F8%3D%7C2%7C) to create an example event to get started.
0 commit comments