Added an Input Method selector in Language settings
Bug: 2132207 - Settings UI has no way to change IME
This commit is contained in:
@@ -26,7 +26,13 @@
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceCategory android:key="text_category"
|
||||
android:title="@string/text_category" />
|
||||
android:title="@string/text_category">
|
||||
|
||||
<PreferenceScreen android:key="input_method"
|
||||
android:title="@string/input_method"
|
||||
android:widgetLayout="@*android:layout/preference_dialog" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="hardkeyboard_category"
|
||||
|
||||
Reference in New Issue
Block a user