1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-03 05:44:14 +00:00

Disable Play Store warning

This commit is contained in:
M66B 2023-09-30 17:48:27 +02:00
parent 913b28ccbb
commit 5a1d2e5a0b

View file

@ -528,7 +528,7 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences
super.onResume();
if (Build.VERSION.SDK_INT > Build.VERSION_CODES.R) {
if (Build.VERSION.SDK_INT > Build.VERSION_CODES.R && false) {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
if (!prefs.getBoolean("qap", false))
if (Util.isPlayStoreInstall(this)) {