am 0d519132: (DO NOT MERGE) Fix SampleSpellCheckerService settings

* commit '0d519132cb4df17f6c2b1fc8079f4202b8e3ba7a':
  (DO NOT MERGE) Fix SampleSpellCheckerService settings
This commit is contained in:
Tadashi G. Takaoka
2014-07-15 03:46:30 +00:00
committed by Android Git Automerger

View File

@@ -36,4 +36,9 @@ public class SpellCheckerSettingsActivity extends PreferenceActivity {
modIntent.putExtra(EXTRA_NO_HEADERS, true);
return modIntent;
}
@Override
protected boolean isValidFragment(String fragmentName) {
return SpellCheckerSettingsFragment.class.getName().equals(fragmentName);
}
}