mirror of
https://github.com/Fox2Code/FoxMagiskModuleManager
synced 2024-10-30 15:20:15 +00:00
0.4.5 Release
This commit is contained in:
parent
faf3e3caab
commit
81143e7d95
@ -10,8 +10,8 @@ android {
|
||||
applicationId "com.fox2code.mmm"
|
||||
minSdk 21
|
||||
targetSdk 32
|
||||
versionCode 39
|
||||
versionName "0.4.4"
|
||||
versionCode 40
|
||||
versionName "0.4.5"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
@ -347,7 +347,7 @@ public class InstallerActivity extends CompatActivity {
|
||||
}
|
||||
String installCommand;
|
||||
File installExecutable;
|
||||
if (anyKernel) {
|
||||
if (anyKernel && moduleId == null) { // AnyKernel modules don't have a moduleId
|
||||
if (!anyKernelSystemLess) {
|
||||
this.setInstallStateFinished(false,
|
||||
"! This AnyKernel module only support recovery install", null);
|
||||
|
Loading…
Reference in New Issue
Block a user