public String getStartPage(Context... context) {
        if (this.prefs != null) {
            return prefs.getString(Keys.START_PAGE, Defaults.START_PAGE);
        } else if (context != null && context.length > 0) {
            this.prefs = context[0].getSharedPreferences(APPLICATION_ID, Context.MODE_PRIVATE);