Skip to content

Commit

Permalink
调整:移除新dexkit修改。
Browse files Browse the repository at this point in the history
  • Loading branch information
HChenX committed May 25, 2024
1 parent 011e5c3 commit c6d47fc
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 434 deletions.
28 changes: 14 additions & 14 deletions app/src/main/java/com/sevtinge/hyperceiler/module/app/Browser.java
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/*
* This file is part of HyperCeiler.
* This file is part of HyperCeiler.
* HyperCeiler is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License.
* HyperCeiler is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
* Copyright (C) 2023-2024 HyperCeiler Contributions
*/
* Copyright (C) 2023-2024 HyperCeiler Contributions
*/
package com.sevtinge.hyperceiler.module.app;

import com.sevtinge.hyperceiler.module.base.BaseModule;
Expand All @@ -30,7 +30,7 @@ public class Browser extends BaseModule {

@Override
public void handleLoadPackage() {
initHook(new DebugMode(), mPrefsMap.getBoolean("browser_debug_mode"));
initHook(DebugMode.INSTANCE, mPrefsMap.getBoolean("browser_debug_mode"));
initHook(new DisableReadFiles(), mPrefsMap.getBoolean("browser_disable_blacklist"));
initHook(new EnableDebugEnvironment(), mPrefsMap.getBoolean("browser_enable_debug_environment"));
initHook(UnlockSuperClipboard.INSTANCE, mPrefsMap.getStringAsInt("various_super_clipboard_e", 0) != 0);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c6d47fc

Please sign in to comment.