Seperate adapters into a package

This commit is contained in:
topjohnwu
2016-11-08 00:09:08 +08:00
parent 0a37d1c15c
commit 436b0624e7
7 changed files with 11 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.topjohnwu.magisk.adapters.ApplicationAdapter;
import com.topjohnwu.magisk.utils.Async;
import com.topjohnwu.magisk.utils.Shell;