diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index 20764be7d4943..f992bf909f54c 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -30,12 +30,7 @@ sdk.platform.apiLevel=20
  • WebView updates
  • -
  • User Input -
      -
    1. IME bug fixes and improvements
    2. -
    -
  • -
  • Animation & Graphics +
  • Graphics
    1. Support for OpenGL ES 3.1
    2. Android Extension Pack
    3. @@ -82,6 +77,11 @@ sdk.platform.apiLevel=20
    4. Testing and accessibility improvements
  • +
  • IME +
      +
    1. Easier switching between input languages
    2. +
    +
  • Manifest Declarations
    1. Declarable required features
    2. @@ -297,11 +297,9 @@ notification object, attach the replacement notification to it through the

      Notifications metadata

      The L Developer Preview uses metadata associated with your app notifications -to sort the notifications more intelligently. The metadata you set also -controls how the system presents your app notifications when the user is in Do -Not Disturb mode. To set the metadata, call the following methods in -{@code android.app.Notification.Builder} when you construct the -notification:

      +to sort the notifications more intelligently. To set the metadata, call the +following methods in {@code android.app.Notification.Builder} when you +construct the notification:

      +

      IME

      + +

      Easier switching between input languages

      + +

      Beginning in the L Developer Preview, users can more easily switch between +all input +method editors (IME) supported by the platform. Performing the designated +switching action (usually touching a Globe icon on the soft keyboard) will cycle +among all such IMEs. This change takes place in +{@link android.view.inputmethod.InputMethodManager#shouldOfferSwitchingToNextInputMethod +InputMethodManager.shouldOfferSwitchingToNextInputMethod()}.

      + +

      In addition, the framework now checks whether the next IME includes a +switching mechanism at all (and, thus, whether that IME supports switching to +the IME after it). An +IME with a switching mechanism will not cycle to an IME without one. This +change takes place in +{@link android.view.inputmethod.InputMethodManager#switchToNextInputMethod +InputMethodManager.switchToNextInputMethod}. + +

      To see an example of how to use the updated IME-switching APIs, refer to the +updated soft-keyboard implementation sample in this release.

      +

      Manifest Declarations

      Declarable required features