Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LaughingMuffin committed Nov 14, 2023
1 parent b52ea89 commit 807bb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/kuro/app/MainApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public class MainApplication extends Application {
@Override
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
APKKiller.Start(base);
// APKKiller.Start(base);
}
}

0 comments on commit 807bb3a

Please sign in to comment.