public void setStartPage(String value) {
        if (this.prefs != null) {
            if (prefs.edit().putString(Keys.START_PAGE, value).commit()) {
                Log.i("Preferences", "Added value [" + value + "] to key [" + Keys.START_PAGE + "]");
            } else {