Package com.aliucord.updater
Object ManagerBuild
-
- All Implemented Interfaces:
public class ManagerBuildVersion 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 classManagerBuild.InstallMetadata
-
Field Summary
Fields Modifier and Type Field Description private final ManagerBuild.InstallMetadatametadatapublic final static ManagerBuildINSTANCE
-
Method Summary
Modifier and Type Method Description final static BooleanhasPatches(String version)Whether this installation has at least a specific version of smali patches applied to it. final static BooleanhasInjector(String version)Whether this installation has at least a specific version of injector added to it. final static BooleaninstalledWithManager(String version)Whether this installation was patched with at least a specific version of manager final ManagerBuild.InstallMetadatagetMetadata()-
-
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()
-
-
-
-