Let users know why blacklist PoGO and AP...

This commit is contained in:
topjohnwu
2017-01-30 01:38:30 +08:00
parent d9597549fd
commit d30397e9c0
4 changed files with 38 additions and 23 deletions
@@ -29,13 +29,6 @@ import butterknife.Unbinder;
public class MagiskHideFragment extends Fragment implements CallbackHandler.EventListener {
public static final List<String> HIDEBLACKLIST = Arrays.asList(
"android",
"com.topjohnwu.magisk",
"com.google.android.gms",
"com.google.android.apps.walletnfcrel",
"com.nianticlabs.pokemongo"
);
private Unbinder unbinder;
@BindView(R.id.swipeRefreshLayout) SwipeRefreshLayout mSwipeRefreshLayout;
@BindView(R.id.recyclerView) RecyclerView recyclerView;