Skip to content

Commit 8d9c243

Browse files
committed
docs: add information about downloaders
1 parent c1e90a4 commit 8d9c243

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

β€Ždocs/2_3_managing_patches.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Learn how to add new, manage existing or remove patches.
1616

1717
## ⏭️ What's next
1818

19-
The next page will explain how to update ReVanced Manager.
19+
The next page will explain how to manage downloaders.
2020

21-
Continue: [πŸ”„ Updating ReVanced Manager](2_4_updating.md)
21+
Continue: [πŸ”„ Updating ReVanced Manager](2_4_managing_downloaders.md)
2222

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 🧩 Managing downloaders
2+
3+
Learn how to manage downloaders.
4+
Refer to the [template](https://github.com/ReVanced/revanced-manager-downloader-template) if you are developer who wants to create a plugin.
5+
6+
Downloaders are Apk files and are installed, updated and uninstalled just like regular Android apps.
7+
Downloaders can execute arbitrary code inside ReVanced Manager and must be marked as trusted before use. Manager will show a notification in the dashboard when a new downloader is discovered.
8+
Trust can also be granted and revoked under `Settings` > `Downloads`.
9+
10+
## ⏭️ What's next
11+
12+
The next page will explain how to update ReVanced Manager.
13+
14+
Continue: [πŸ”„ Updating ReVanced Manager](2_5_updating.md)
15+

β€Ždocs/2_4_updating.mdβ€Ž renamed to β€Ždocs/2_5_updating.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ and let you when an update is available.
1515

1616
The next page will explain how to configure ReVanced Manager.
1717

18-
Continue: [βš™οΈ Configuring ReVanced Manager](2_5_settings.md)
18+
Continue: [βš™οΈ Configuring ReVanced Manager](2_6_settings.md)
File renamed without changes.

0 commit comments

Comments
Β (0)