This repository was archived by the owner on Dec 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/id.my.alvinq.levilaunchroid Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- package id .my .alvinq .prokitid . libs ;
1+ package id .my .alvinq .levilaunchroid ;
22
33import android .content .Context ;
44import java .io .*;
55import org .levimc .launcher .util .Logger ;
66
7- public class Main {
8- public static void onLoad (Context ctx ) {
7+ public class Libs {
8+ public static void Main (Context ctx ) {
99 clearCache (ctx );
1010 copyAllLibs (ctx );
1111 loadAllLibs (ctx );
@@ -35,7 +35,7 @@ public static void copyAllLibs(Context ctx) {
3535 }
3636 if (!dirsPath .exists ()) {
3737 dirsPath .mkdirs ();
38- Logger .get ().info ("Folder Internal Libs" );
38+ Logger .get ().info ("Folder Internal Libs Created " );
3939 } else {
4040 if (!dirsPath .isDirectory ()) {
4141 dirsPath .delete ();
@@ -80,7 +80,7 @@ public static void loadAllLibs(Context ctx) {
8080 if (!jar .getName ().endsWith (".jar" )) continue ;
8181 Logger .get ().info ("Loaded -> " + jar .getName ());
8282 LibsManager .get (ctx ).loadLib (jar );
83- Logger .get ().info ("Loaded -> " + jar .getName () + " Done!" );
83+ Logger .get ().info ("Loaded -> " + jar .getName () + " Done!" );
8484 }
8585 }
8686 } catch (Exception e ) {
You can’t perform that action at this time.
0 commit comments