Disable Play Store warning

This commit is contained in:
M66B 2023-09-30 17:48:27 +02:00
parent 913b28ccbb
commit 5a1d2e5a0b
1 changed files with 1 additions and 1 deletions

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)) {