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

Commit 711db78

Browse files
authored
Update Libs.java
1 parent 676ceb2 commit 711db78

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/id.my.alvinq.prokitid.libs

1 file changed

+2
-1
lines changed

src/main/java/id.my.alvinq.prokitid.libs/Libs.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ public class Libs {
1010
public static void onLoad(Context context) {
1111
CacheLogger.logAllCacheFiles(context);
1212
Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
13-
13+
14+
System.loadLibrary("mtbinloader2");
1415

1516
File dataDir = context.getFilesDir().getParentFile();
1617
File externalDataDir = context.getExternalFilesDir(null).getParentFile();

0 commit comments

Comments
 (0)