public class ApkLibraryInstaller extends java.lang.Object implements ReLinker.LibraryInstaller
| Constructor and Description |
|---|
ApkLibraryInstaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
installLibrary(android.content.Context context,
java.lang.String[] abis,
java.lang.String mappedLibraryName,
java.io.File destination,
ReLinkerInstance instance)
Attempts to unpack the given library to the given destination.
|
public void installLibrary(android.content.Context context,
java.lang.String[] abis,
java.lang.String mappedLibraryName,
java.io.File destination,
ReLinkerInstance instance)
installLibrary in interface ReLinker.LibraryInstallercontext - Context to describe the location of the installed APK filemappedLibraryName - The mapped name of the library file to load