feat: Add install error dialogs to prevent faulty installations

This commit is contained in:
Alberto Ponces
2022-09-19 01:44:27 +01:00
parent 6c2ceed91f
commit 2f14746124
5 changed files with 65 additions and 23 deletions

View File

@@ -89,7 +89,11 @@
"notificationTitle": "ReVanced Manager is patching",
"notificationText": "Tap to return to the installer",
"shareApkMenuOption": "Share APK",
"shareLogMenuOption": "Share log"
"shareLogMenuOption": "Share log",
"installErrorDialogTitle": "Error",
"installErrorDialogText1": "Root install is not possible with the current patches selection.\nRepatch your app or choose non-root install.",
"installErrorDialogText2": "Non-root install is not possible with the current patches selection.\nRepatch your app or choose root install if you have your device rooted.",
"installErrorDialogText3": "Root install is not possible as the original APK was selected from storage.\nSelect an installed app or choose non-root install."
},
"settingsView": {
"widgetTitle": "Settings",