-
public class LibraryLoaderHelper used to work around native libraries loading on some systems. See ReLinker for more details.
-
-
Method Summary
Modifier and Type Method Description static voidinitialize(@NonNull() Context context)Initializes loader with given `Context`. -
-
Method Detail
-
initialize
static void initialize(@NonNull() Context context)
Initializes loader with given `Context`. Subsequent calls should have no effect since application Context is retrieved.Libraries will not be loaded immediately but only when needed.
- Parameters:
context- any Context except null
-
-
-
-