Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 4ced345

Browse files
committed
Add a note about the module low quality filter.
1 parent 76e259e commit 4ced345

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

DEVELOPERS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ App hiding: I don't intent on hiding the app, the package names should always be
2121
`com.fox2code.mmm` or starts with `com.fox2code.mmm.`, however I notice the presence of
2222
my app is causing issues due to it existing, I may add an hiding feature to the app.
2323

24+
Low quality module filter: Implemented at `com.fox2code.mmm.utils.PropUtils.isLowQualityModule`,
25+
it is a check that verify that the module is declaring the minimum required to
26+
allow the app to show your module to the user without hurting his experience.
27+
Filling all basic Magisk properties is often enough to not get filtered out by it.
28+
2429
## Properties
2530

2631
In addition to the following required magisk properties

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ and also stopped accepting new modules, it is recommended to submit your modules
4646
If a module is in both repo, the manager will just pick the most up to date version of the module,
4747
allowing developers to switch repo at their own pace if they want to.
4848

49+
Note: If you or a friend uploaded a module and it doesn't appear in your module
50+
list you can disable the low quality filter in the app settings.
51+
Go to the [developer documentation](DEVELOPERS.md) for more info.
52+
4953
## Screenshots
5054

5155
Main activity:

0 commit comments

Comments
 (0)