Skip to content

Commit

Permalink
去除exec开机自启
Browse files Browse the repository at this point in the history
  • Loading branch information
Weverses committed Nov 26, 2023
1 parent ae35789 commit 8cf7bad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/com/weverses/modempro/hook/MainHook.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ class MainHook : IXposedHookLoadPackage {
EzXHelper.initHandleLoadPackage(lpparam)
EzXHelper.setLogTag(TAG)
EzXHelper.setToastTag(TAG)
// init exec
if (Utils.getBoolean("vice_slot_volte", false)) {
Utils.exec("settings put global vice_slot_volte_data_enabled 1")
}
// Init hooks
when (lpparam.packageName) {
"android" -> {
Expand Down

0 comments on commit 8cf7bad

Please sign in to comment.