Merge "Open settings of input method subtype enabler when users are trying to change language."

main
satok 2010-11-19 16:37:11 -08:00 committed by Android (Google) Code Review
commit 3757d16083
1 changed files with 3 additions and 2 deletions

View File

@ -70,12 +70,13 @@
android:defaultValue="@string/voice_mode_main"
/>
<!-- TODO: Filter subtypes by IME in SubtypeEnabler -->
<!-- TODO: Maybe use this only for phone? -->
<PreferenceScreen
android:title="@string/language_selection_title"
android:summary="@string/language_selection_summary">
<intent
android:action="com.android.inputmethod.latin.INPUT_LANGUAGE_SELECTION"/>
android:action="android.settings.INPUT_METHOD_AND_SUBTYPE_ENABLER"/>
</PreferenceScreen>
<PreferenceCategory