Package com.aliucord.updater
Object ManagerBuild
-
- All Implemented Interfaces:
public class ManagerBuild
Version checking for various install-time utilities that were used to install the app.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ManagerBuild.InstallMetadata
-
Field Summary
Fields Modifier and Type Field Description private final ManagerBuild.InstallMetadata
metadata
public final static ManagerBuild
INSTANCE
-
Method Summary
Modifier and Type Method Description final static Boolean
hasPatches(String version)
Whether this installation has at least a specific version of smali patches applied to it. final static Boolean
hasInjector(String version)
Whether this installation has at least a specific version of injector added to it. final static Boolean
installedWithManager(String version)
Whether this installation was patched with at least a specific version of manager final ManagerBuild.InstallMetadata
getMetadata()
-
-
Method Detail
-
hasPatches
final static Boolean hasPatches(String version)
Whether this installation has at least a specific version of smali patches applied to it.
-
hasInjector
final static Boolean hasInjector(String version)
Whether this installation has at least a specific version of injector added to it.
-
installedWithManager
final static Boolean installedWithManager(String version)
Whether this installation was patched with at least a specific version of manager
- Parameters:
version
- If null, then any version matches.
-
getMetadata
final ManagerBuild.InstallMetadata getMetadata()
-
-
-
-