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 1751350468
A language that doesn't affect the way you think is not worth knowing.
Home
Notebook
Contact us