Need help with android.os.Build.VERSION.SDK_INT and SharedPreferences
- by Fenderf4i
I have a main activity where I call
VersionSettings vs = new VersionSettings(this);
if (vs.firstRun2())
vs.versionCheckbox();
What I'm trying to do is set a checkbox (checkboxVideoType) to an unchecked state if the Android version is 1.6-2.1
I only want to do this the very first time the app is ever run, it never needs to run…