Skip to content

Commit 26aea67

Browse files
committed
Add commend
1 parent efaf1b9 commit 26aea67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PluginCore/src/com/plugin/core/systemservice/AndroidAppIPackageManager.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import com.plugin.util.RefInvoker;
2424
import com.plugin.util.ResourceUtil;
2525

26+
import java.io.File;
2627
import java.lang.reflect.Method;
2728
import java.util.ArrayList;
2829
import java.util.Collection;
@@ -306,6 +307,8 @@ private static ApplicationInfo getApplicationInfo(PluginDescriptor pluginDescrip
306307
info.dataDir = null;//需要时再添加
307308
info.theme = pluginDescriptor.getApplicationTheme();
308309
info.flags = info.flags | ApplicationInfo.FLAG_HAS_CODE;
310+
//需要时再添加
311+
//info.nativeLibraryDir = new File(pluginDescriptor.getInstalledPath()).getParentFile().getAbsolutePath() + "/lib";
309312
return info;
310313
}
311314

0 commit comments

Comments
 (0)