Commit 766a2612 authored by d8ahazard's avatar d8ahazard

Well, almost. :P

parent 5b2dce6c
......@@ -122,7 +122,7 @@ public class AutoRootFragment extends ListFragment {
for (ApplicationInfo info : list) {
try {
if (null != packageManager.getLaunchIntentForPackage(info.packageName)) {
if (!info.packageName.contains("topjohnwu")) {
if (!info.packageName.contains("magisk")) {
applist.add(info);
}
}
......
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