Remove more unsupported nook settings

pull/14/head
Sam Bosley 12 years ago
parent 786c5f1e93
commit 2a4ed2e5fd

@ -703,6 +703,8 @@ public class EditPreferences extends TodorooPreferenceActivity {
private void onVoiceInputStatusChanged(final Preference preference, boolean newValue) {
if(!newValue)
return;
if (AndroidUtilities.indexOf(Constants.MARKET_STRATEGY.excludedSettings(), R.string.p_voiceInputEnabled) >= 0)
return;
final Resources r = getResources();
if (!VoiceRecognizer.voiceInputAvailable(this)) {

@ -193,7 +193,13 @@ public abstract class MarketStrategy {
R.string.p_voicePrefSection,
R.string.p_end_at_deadline,
R.string.p_field_missed_calls,
R.string.p_ideas_tab_enabled
R.string.p_ideas_tab_enabled,
R.string.p_rmd_vibrate,
R.string.gcal_p_default,
R.string.p_theme_widget,
R.string.p_voiceInputEnabled,
R.string.p_voiceInputCreatesTask,
R.string.p_use_contact_picker
};
}

Loading…
Cancel
Save