mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-14 13:57:25 -08:00
Code clean-up
This commit is contained in:
@@ -77,6 +77,7 @@ public class AutoRootFragment extends ListFragment {
|
||||
Set<String> set = new HashSet<>();
|
||||
set.add("com.google.android.apps.walletnfcrel");
|
||||
set.add("com.google.android.gms");
|
||||
set.add("com.google.commerce.tapandpay");
|
||||
editor.putStringSet("auto_blacklist", set);
|
||||
editor.apply();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user