Changelog
App
Enhancement module
- v26.1.2 (Zygisk) (Requires Magisk v24+, Zygisk enabled, app v7.0.0+)
- v26.1.2 (Riru) (Requires Riru v25+, app v7.0.0+)
Test verisons
⚠️ Warning: Test versions may be unstable
No test versions now.
Has purchase from Google Play
First of all, its highly not recommended to download from here if have purchased from Google Play. This is because that Google Play possibly has some sort of risk control mechanism which disallow apps not from Google Play to use purchase contents.
If you still want to do, use the following method to install.
# The -i 'com.android.vending' in the command specifies the installer as Google Play
# use adb
adb install -i 'com.android.vending' <apk path>
# use terminal app
su
pm install -i 'com.android.vending' <apk path>