-
-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Flutter/Compose): Improve the message of incompatible installation #2140
Comments
What a lovely world :) (Made a new GH account to PR for this, since my main account has a fork for inotia00's rvx-manager, which prevents me from creating a fork of this repo) Here is the changed file if it is useful: https://github.com/KobeW5050/revanced-manager/blob/dev/assets/i18n/strings.i18n.json |
There's no restriction to how many repos you can fork, you just had to rename the repo when forking |
You don't have to that. Look this, I opened a PR to compose-dev branch from ReVanced Manager for Android 5-7 repository. |
Feature description
It says "Contact the developer of the app and ask for support."
However, in most cases, this is caused by the user has used the wrong APK.
I think this message can be like "Check if you are using a correct APK for your device and try again."
Or just only "The app is incompatible with this device." would be fine.
This is related to compose manager for #1473
Motivation
In most cases, this is caused by the user has used the wrong architecture APK.
In this case, asking developer for support is wrong solution.
Therefore, this one sentence is no point.
I think the dialog should only contain instructions that actually lead to a solution.
(I know this may also happen when the device hardware does not meet <uses-feature>, but this is a rare case.)
Acknowledgements
The text was updated successfully, but these errors were encountered: