Remove @hide ACTION_SHOW_INPUT_METHOD_PICKER

am: 7b16a3c64a

Change-Id: Ie96d7fd5d0803a484ba7b06601c2c784cdfdf65d
This commit is contained in:
Tadashi G. Takaoka
2017-08-04 05:14:36 +00:00
committed by android-build-merger

View File

@@ -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>