Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Try other filenames if apk can't be found #250

Open
wants to merge 1 commit into
base: art
Choose a base branch
from
Open

Try other filenames if apk can't be found #250

wants to merge 1 commit into from

Conversation

Maxr1998
Copy link

Iterate through possible filenames (using different number suffixes) if the apk in the modules.list doesn't exist.
The reasoning for this is that users often reboot too quickly before the Xposed Installer could update the modules.list with the new apk path, and then send a bug report that the module doesn't work.
Although this code isn't a really elegant solution, it should fix the problem, and why not try that when we can.

Iterate through possible filenames (using different number suffixes) if the apk in the modules.list doesn't exist.
The reasoning for this is that users often reboot too quickly before the Xposed Installer could update the modules.list with the new apk path, and then send a bug report that the module doesn't work.
Although this code isn't a really elegant solution, it should fix the problem, and why not try that when we can.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant