Skip to content

Commit

Permalink
Magisk mod: Remove features app ops for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Aug 4, 2021
1 parent adadd3c commit 6b94724
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class ThanoxHookImpl implements IThanoxHook {
FEATURES.add(BuildProp.THANOX_FEATURE_RECENT_TASK_REMOVAL);
FEATURES.add(BuildProp.THANOX_FEATURE_BG_TASK_CLEAN);
FEATURES.add(BuildProp.THANOX_FEATURE_EXT_APP_SMART_FREEZE);
FEATURES.add(BuildProp.THANOX_FEATURE_PRIVACY_OPS);

FEATURES.add(BuildProp.THANOX_FEATURE_PRIVACY_OPS_REMINDER);
FEATURES.add(BuildProp.THANOX_FEATURE_PRIVACY_DATA_CHEAT);
FEATURES.add(BuildProp.THANOX_FEATURE_COMPONENT_MANAGER);
Expand Down

0 comments on commit 6b94724

Please sign in to comment.