public interface ILibLoader
In practice, older versions of Android had bugs in PackageManager that caused installation and update of native libraries to be unreliable.
| Modifier and Type | Method and Description |
|---|---|
void |
loadLibrary(java.lang.String libName)
Loads the native library specified by the libName argument.
|