Synch update - WIP

Not finished, just synchronizing workflows.
This commit is contained in:
d8ahazard
2016-09-02 08:32:34 -05:00
parent 0e23935455
commit ffedb79670
10 changed files with 472 additions and 205 deletions

View File

@@ -5,12 +5,10 @@ import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.ImageView;
import android.widget.TextView;
import com.topjohnwu.magisk.module.Module;
import com.topjohnwu.magisk.module.ModuleRepo;
import com.topjohnwu.magisk.utils.Shell;
import com.topjohnwu.magisk.utils.Utils;