am 1a2bfad4: Merge "Fix crash rotating with default SMS dialog up." into klp-dev

* commit '1a2bfad4250cb231d60823affbb8288b6c6d1797':
  Fix crash rotating with default SMS dialog up.
This commit is contained in:
David Braun
2013-09-20 16:31:23 -07:00
committed by Android Git Automerger

View File

@@ -281,6 +281,7 @@ public class WirelessSettings extends RestrictedSettingsFragment
mSmsApplicationPreference = (SmsListPreference) findPreference(KEY_SMS_APPLICATION);
mSmsApplicationPreference.setOnPreferenceChangeListener(this);
initSmsApplicationSetting();
// Remove NSD checkbox by default
getPreferenceScreen().removePreference(nsd);