(String libraryName)
| 38 | } |
| 39 | |
| 40 | public static void loadLibrary(String libraryName) throws UnsatisfiedLinkError, SecurityException, NullPointerException { |
| 41 | loadLibrary(libraryName, mContext); |
| 42 | } |
| 43 | |
| 44 | public static void loadLibrary(String libraryName, Context context) throws UnsatisfiedLinkError, SecurityException, NullPointerException { |
| 45 |
no outgoing calls
no test coverage detected