Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 828668c

Browse files
authored
Update LibsManager.java
1 parent e23b1fc commit 828668c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/id.my.alvinq.prokitid.app/libs/LibsManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import dalvik.system.DexClassLoader;
44
import android.content.Context;
55
import java.io.*;
6+
import java.util.*;
67
import java.lang.reflect.*;
78
import java.util.jar.JarFile;
89
import java.util.jar.JarEntry;
@@ -33,7 +34,7 @@ private static String getIsIis(File fl) {
3334
public void loadLib(File file) {
3435

3536
DexClassLoader dcl;
36-
if(getIsIis(file)) {
37+
if(getNaviteLibsFromManifest(file)) {
3738
//File nativePath = new File(file, "native
3839
File libPath = new File(file.getName().substring(0, file.getName().lastIndexOf(".")) + "/native");
3940
if(!libPath.exists()) {

0 commit comments

Comments
 (0)