Skip to content

Commit

Permalink
just removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Darker935 committed Mar 19, 2024
1 parent b272def commit 3c1a1d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/its/madruga/wpp/xposed/XposedMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import de.robv.android.xposed.XSharedPreferences;
import de.robv.android.xposed.XposedBridge;
import de.robv.android.xposed.callbacks.XC_LoadPackage;
import es.chiteroman.bootloaderspoofer.XSpoofBl;
import io.github.lsposed.disableflagsecure.XDisableFlagSecure;
import its.madruga.wpp.BuildConfig;
import its.madruga.wpp.xposed.plugins.core.XDatabases;
Expand Down Expand Up @@ -42,7 +41,6 @@ public void handleLoadPackage(XC_LoadPackage.LoadPackageParam lpparam) throws Th
XDatabases.Initialize(classLoader, getPref());
}

XSpoofBl.doHook(lpparam);
XDisableFlagSecure.doHook(lpparam);
}

Expand Down

0 comments on commit 3c1a1d0

Please sign in to comment.