Move Const to upper package

This commit is contained in:
topjohnwu
2018-07-31 17:42:35 +08:00
parent f900189f90
commit 23c7bbc7d5
41 changed files with 29 additions and 37 deletions

View File

@@ -19,7 +19,6 @@ import com.topjohnwu.magisk.adapters.ModulesAdapter;
import com.topjohnwu.magisk.asyncs.LoadModules;
import com.topjohnwu.magisk.components.Fragment;
import com.topjohnwu.magisk.container.Module;
import com.topjohnwu.magisk.utils.Const;
import com.topjohnwu.magisk.utils.Topic;
import com.topjohnwu.superuser.Shell;