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:
parent
913b28ccbb
commit
5a1d2e5a0b
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue