(Context context, int flags)
| 257 | } |
| 258 | |
| 259 | public static void init(Context context, int flags) throws IOException { |
| 260 | init(context, flags, null); |
| 261 | } |
| 262 | |
| 263 | /** |
| 264 | * Initializes native code loading for this app; this class's other static facilities cannot be |
nothing calls this directly
no test coverage detected