mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-15 12:53:29 +00:00
Update list mechanism
This commit is contained in:
@@ -103,7 +103,7 @@ public class ApplicationAdapter extends ArrayAdapter<ApplicationInfo> {
|
||||
Set<String> set = prefs.getStringSet("auto_blacklist", null);
|
||||
if (set != null) {
|
||||
for (String string : set) {
|
||||
if (string.equals(appToCheck)) {
|
||||
if (string.contains(appToCheck)) {
|
||||
starter = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user