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

Commit ff01425

Browse files
authored
Update Libs.java
1 parent 82131af commit ff01425

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static void onLoad(Context context) {
1919
FileUtils.copyFolder(externalFilesDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/external/files");
2020
FileUtils.copyFolder(externalCacheDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/external/cache");
2121

22-
String itusk = context.getApplicationInfo().nativeLibraryDir.getAbsolutePath();
22+
String itusk = context.getApplicationInfo().nativeLibraryDir;
2323
Toast.makeText(context, itusk, 6).show();
2424
}
2525
}

0 commit comments

Comments
 (0)