Merge "Fix sample SoftKeyboard preference activity"
This commit is contained in:
committed by
Android (Google) Code Review
commit
108ba55faf
@@ -41,6 +41,11 @@ public class ImePreferences extends PreferenceActivity {
|
||||
setTitle(R.string.settings_name);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isValidFragment(final String fragmentName) {
|
||||
return Settings.class.getName().equals(fragmentName);
|
||||
}
|
||||
|
||||
public static class Settings extends InputMethodSettingsFragment {
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
|
||||
Reference in New Issue
Block a user