mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
docs: Improve readability
This commit is contained in:
parent
ac636670c3
commit
39bc9227dc
2 changed files with 29 additions and 13 deletions
|
@ -7,13 +7,21 @@ The following pages will guide you through using ReVanced Manager to patch apps.
|
||||||
1. Navigate to the **Patcher** tab from the bottom navigation bar
|
1. Navigate to the **Patcher** tab from the bottom navigation bar
|
||||||
2. Tap on the **Select an app** card
|
2. Tap on the **Select an app** card
|
||||||
3. Choose an app to patch[^1]
|
3. Choose an app to patch[^1]
|
||||||
> **Note**: The suggested version is visible in each app's card.
|
|
||||||
|
> [!INFORMATION]
|
||||||
|
> The suggested version is visible in each app's card.
|
||||||
4. Tap on the **Select patches** card and select the patches you want to apply[^2]
|
4. Tap on the **Select patches** card and select the patches you want to apply[^2]
|
||||||
> **Warning**: If you see a warning you can click on it for more information.
|
|
||||||
|
>[!WARNING]
|
||||||
|
> If you see a warning you can click on it for more information.
|
||||||
5. Tap on the **Done** then **Patch** button
|
5. Tap on the **Done** then **Patch** button
|
||||||
> **Warning**: The patching process may take ~5 minutes. Exiting the app may cancel patching or increase the time it takes to patch.
|
|
||||||
|
> [!WARNING]
|
||||||
|
> The patching process may take ~5 minutes. Exiting the app may cancel patching or increase the time it takes to patch.
|
||||||
6. Tap on the **Install** button
|
6. Tap on the **Install** button
|
||||||
> **Note**: If you are rooted, you can mount the patched app on top of the original app.[^3]
|
|
||||||
|
> [!INFORMATION]
|
||||||
|
> If you are rooted, you can mount the patched app on top of the original app.[^3]
|
||||||
> Optionally, you may export the patched app to storage using the option in the bottom left corner.
|
> Optionally, you may export the patched app to storage using the option in the bottom left corner.
|
||||||
|
|
||||||
[^1]: Non-root users may be prompted to select an APK from storage, in which case you must source the APK file yourself. ReVanced does not provide any APK files.
|
[^1]: Non-root users may be prompted to select an APK from storage, in which case you must source the APK file yourself. ReVanced does not provide any APK files.
|
||||||
|
|
|
@ -6,29 +6,37 @@ ReVanced Manager has settings that can be configured to your liking.
|
||||||
|
|
||||||
- ### 🔗 API URL
|
- ### 🔗 API URL
|
||||||
|
|
||||||
Specify the URL of the API to use. This is used to fetch ReVanced Patches and update ReVanced Manager.
|
API to use to fetch updates and ReVanced Patches from.
|
||||||
|
|
||||||
- ### 🧬 Sources
|
- ### 🧬 Sources
|
||||||
|
|
||||||
Override the API and change the source of ReVanced Patches.
|
Override the API and download ReVanced Patches from a different source.
|
||||||
|
|
||||||
- ### 🧪 Experimental ReVanced Patches support
|
- ### 🧪 Experimental ReVanced Patches support
|
||||||
|
|
||||||
Lift app version constraints from ReVanced Patches. This allows you to patch any version of an app, even if the patch is not explicitly compatible with it.
|
Disable checking for the version of the app when applying ReVanced Patches.
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> This may cause issues if the ReVanced Patches are not compatible with the app version.
|
||||||
|
|
||||||
- ### 🧑🔬 Experimental universal support
|
- ### 🧑🔬 Experimental universal support
|
||||||
|
|
||||||
This will show or hide ReVanced Patches, which are not meant for any app in particular but rather for all apps but may not work on all apps.
|
This will show or hide ReVanced Patches, which are not meant for any app in particular but apply to all apps
|
||||||
|
|
||||||
- ### 🔑 Export, import or delete keystore
|
> [!WARNING]
|
||||||
|
> Because the patches generalize the app, they may not work on all apps.
|
||||||
|
|
||||||
Manage the keystore used to sign patched apps.
|
- ### 💾 Imports & Exports
|
||||||
|
|
||||||
- ### 📄 Export, import or reset ReVanced Patches selection
|
You can import, export or reset the following settings:
|
||||||
|
|
||||||
Manage the ReVanced Patches selection. This is useful if you want to share your ReVanced Patches selection with others or reset it to the default selection.
|
- 🔑 Keystore
|
||||||
|
- 📄 ReVanced Patches selection
|
||||||
|
|
||||||
- ### ℹ️ About
|
> [!INFORMATION]
|
||||||
|
> This is particularly useful if you want to backup or reset your settings.
|
||||||
|
|
||||||
|
- ### ❓ About
|
||||||
|
|
||||||
View information about your device and ReVanced Manager. This includes the version of ReVanced Manager and supported architectures of your device.
|
View information about your device and ReVanced Manager. This includes the version of ReVanced Manager and supported architectures of your device.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue