Fix SampleSpellCheckerService settings
Change-Id: Ifce72f3fe3153ef0086d4f47edb81faa475cc543
This commit is contained in:
@@ -36,4 +36,9 @@ public class SpellCheckerSettingsActivity extends PreferenceActivity {
|
|||||||
modIntent.putExtra(EXTRA_NO_HEADERS, true);
|
modIntent.putExtra(EXTRA_NO_HEADERS, true);
|
||||||
return modIntent;
|
return modIntent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected boolean isValidFragment(String fragmentName) {
|
||||||
|
return SpellCheckerSettingsFragment.class.getName().equals(fragmentName);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user