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

@@ -5,7 +5,6 @@ import android.os.Handler;
import android.os.Looper;
import android.util.Xml;
import com.topjohnwu.magisk.utils.Const;
import com.topjohnwu.magisk.utils.Utils;
import com.topjohnwu.superuser.Shell;
import com.topjohnwu.superuser.ShellUtils;