Prevent Magisk Manager to run on pre-v18.0

This commit is contained in:
topjohnwu
2019-02-02 05:30:16 -05:00
parent 7c82690852
commit 56d2fb9a3b
3 changed files with 21 additions and 4 deletions
@@ -46,7 +46,7 @@ public class Const {
public static final int USER_ID = Process.myUid() / 100000;
public static final class MAGISK_VER {
/* Currently no backwards compatibility needed */
public static final int MIN_SUPPORT = 18000;
}
public static class ID {