Merge "Fix SampleSpellCheckerService settings"
This commit is contained in:
committed by
Android (Google) Code Review
commit
470c91c1b2
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user