Skip to navigation
Get default preferences with android
02.05.22
Context context = getApplicationContext(); SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context); Boolean a = prefs.getBoolean("alert", false); String b = prefs.getString("date_format", ""); logme(String.valueOf(a));
Reply
Anonymous
Information Epoch 1732500356
Prototype before polishing. Get it working before you optimize it.
Home
Notebook
Contact us