mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-19 09:13:57 +00:00
Co-authored-by: Kobe <kobew5050@gmail.com> Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
16 lines
712 B
Markdown
16 lines
712 B
Markdown
# 🧩 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)
|
|
|