Skip to content

Instantly share code, notes, and snippets.

@mchelen
Created August 1, 2014 12:15
Show Gist options
  • Select an option

  • Save mchelen/7af427096fe846d0276f to your computer and use it in GitHub Desktop.

Select an option

Save mchelen/7af427096fe846d0276f to your computer and use it in GitHub Desktop.
addPreferencesFromResource(R.xml.preferences);
if (android.os.Build.VERSION.SDK_INT < 16) {
PreferenceScreen screen = getPreferenceScreen();
Preference pref = getPreferenceManager().findPreference(PREF_EXPANDED_NOTIFICATION);
screen.removePreference(pref);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment