SharedPreferences prefs = getSharedPreferences( Constants.Settings.GLOBAL_PREFS, Context.MODE_PRIVATE ); Editor editor = prefs.edit(); editor.putInt( Constants.Settings.KEY_AUTOSIGNIN, 1 ); editor.commit();