Package xcrash
Interface ILibLoader
-
public interface ILibLoaderDefine the native library loader.In practice, older versions of Android had bugs in PackageManager that caused installation and update of native libraries to be unreliable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadLibrary(java.lang.String libName)Loads the native library specified by the libName argument.
-