docs: add information about downloaders

This commit is contained in:
Ax333l
2025-10-01 22:59:12 +02:00
parent c1e90a45cd
commit 8d9c2439dd
4 changed files with 18 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ Learn how to add new, manage existing or remove patches.
## ⏭️ What's next
The next page will explain how to update ReVanced Manager.
The next page will explain how to manage downloaders.
Continue: [🔄 Updating ReVanced Manager](2_4_updating.md)
Continue: [🔄 Updating ReVanced Manager](2_4_managing_downloaders.md)

View File

@@ -0,0 +1,15 @@
# 🧩 Managing downloaders
Learn how to manage downloaders.
Refer to the [template](https://github.com/ReVanced/revanced-manager-downloader-template) if you are developer who wants to create a plugin.
Downloaders are Apk files and are installed, updated and uninstalled just like regular Android apps.
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.
Trust can also be granted and revoked under `Settings` > `Downloads`.
## ⏭️ What's next
The next page will explain how to update ReVanced Manager.
Continue: [🔄 Updating ReVanced Manager](2_5_updating.md)

View File

@@ -15,4 +15,4 @@ and let you when an update is available.
The next page will explain how to configure ReVanced Manager.
Continue: [⚙️ Configuring ReVanced Manager](2_5_settings.md)
Continue: [⚙️ Configuring ReVanced Manager](2_6_settings.md)