Package 

Class LibraryLoader


  • 
    public class LibraryLoader
    
                        

    Helper used to work around native libraries loading on some systems. See ReLinker for more details.

    • Method Summary

      Modifier and Type Method Description
      static void initialize(@NonNull() Context context) Initializes loader with given `Context`.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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