Commit e475893f authored by topjohnwu's avatar topjohnwu

Change su path

parent 339ca7ac
......@@ -153,7 +153,7 @@ public class RootFragment extends Fragment {
break;
case 1:
// Proper root
if (new File("/system/xbin/su").exists()) {
if (new File("/magisk/.core/bin/su").exists()) {
// Mounted
rootStatusContainer.setBackgroundColor(accent);
rootStatusIcon.setImageResource(statusError);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment