Loading core/java/android/provider/Settings.java +0 −15 Original line number Diff line number Diff line Loading @@ -575,21 +575,6 @@ 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 Loading
core/java/android/provider/Settings.java +0 −15 Original line number Diff line number Diff line Loading @@ -575,21 +575,6 @@ 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