Loading core/java/android/provider/Settings.java +15 −0 Original line number Diff line number Diff line Loading @@ -299,6 +299,21 @@ public final class Settings { public static final String ACTION_INPUT_METHOD_SUBTYPE_SETTINGS = "android.settings.INPUT_METHOD_SUBTYPE_SETTINGS"; /** * Activity Action: Show a dialog to select input method. * <p> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. * <p> * Input: Nothing. * <p> * Output: Nothing. * @hide */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_SHOW_INPUT_METHOD_PICKER = "android.settings.SHOW_INPUT_METHOD_PICKER"; /** * Activity Action: Show settings to manage the user input dictionary. * <p> Loading core/res/res/drawable-hdpi/ic_notification_ime_default.png 0 → 100644 +749 B Loading image diff... core/res/res/drawable-mdpi/ic_notification_ime_default.png 0 → 100644 +749 B Loading image diff... core/res/res/values-sw600dp/bools.xml +1 −0 Original line number Diff line number Diff line Loading @@ -16,4 +16,5 @@ <resources> <bool name="preferences_prefer_dual_pane">true</bool> <bool name="show_ongoing_ime_switcher">false</bool> </resources> core/res/res/values/bools.xml +1 −0 Original line number Diff line number Diff line Loading @@ -19,4 +19,5 @@ <bool name="action_bar_embed_tabs">false</bool> <bool name="split_action_bar_is_narrow">true</bool> <bool name="preferences_prefer_dual_pane">false</bool> <bool name="show_ongoing_ime_switcher">true</bool> </resources> Loading
core/java/android/provider/Settings.java +15 −0 Original line number Diff line number Diff line Loading @@ -299,6 +299,21 @@ public final class Settings { public static final String ACTION_INPUT_METHOD_SUBTYPE_SETTINGS = "android.settings.INPUT_METHOD_SUBTYPE_SETTINGS"; /** * Activity Action: Show a dialog to select input method. * <p> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. * <p> * Input: Nothing. * <p> * Output: Nothing. * @hide */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_SHOW_INPUT_METHOD_PICKER = "android.settings.SHOW_INPUT_METHOD_PICKER"; /** * Activity Action: Show settings to manage the user input dictionary. * <p> Loading
core/res/res/values-sw600dp/bools.xml +1 −0 Original line number Diff line number Diff line Loading @@ -16,4 +16,5 @@ <resources> <bool name="preferences_prefer_dual_pane">true</bool> <bool name="show_ongoing_ime_switcher">false</bool> </resources>
core/res/res/values/bools.xml +1 −0 Original line number Diff line number Diff line Loading @@ -19,4 +19,5 @@ <bool name="action_bar_embed_tabs">false</bool> <bool name="split_action_bar_is_narrow">true</bool> <bool name="preferences_prefer_dual_pane">false</bool> <bool name="show_ongoing_ime_switcher">true</bool> </resources>