(DO NOT MERGE) Fix sample SoftKeyboard preference activity
(cherry picked from Master, commit 8359ac20a5)
Bug: 17887760
Change-Id: Ibe7d1f2b9189ecee7867a2448790eddb151bd61a
This commit is contained in:
@@ -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