From b8796e441ce8b4f2e2f75df9689637f6e18f18db Mon Sep 17 00:00:00 2001 From: Quddus Chong Date: Tue, 21 Oct 2014 18:22:38 -0700 Subject: [PATCH] docs: Updated Android 5.0 API overview to reflect changed WebView behavior for mixed content and 3rd party cookies. Change-Id: Ib152d6577d2369b71aa52e6013a2ff1fbcab0c6e --- docs/html/about/versions/android-5.0.jd | 32 ++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/docs/html/about/versions/android-5.0.jd b/docs/html/about/versions/android-5.0.jd index f8d8ab6d71f48..a438420996001 100644 --- a/docs/html/about/versions/android-5.0.jd +++ b/docs/html/about/versions/android-5.0.jd @@ -23,6 +23,7 @@ sdk.platform.apiLevel=21
  • If your app uses getRecentTasks()...
  • If you are using the Android Native Development Kit (NDK)...
  • If your app binds to a Service...
  • +
  • If your app uses a WebView...
  • User Interface @@ -234,8 +235,8 @@ the system can present notifications correctly in vibration.

    Setting the device to -{@link android.media.AudioManager#RINGER_MODE_SILENT RINGER_MODE_SILENT} now -causes the device to enter the new priority mode. The device leaves priority +{@link android.media.AudioManager#RINGER_MODE_SILENT RINGER_MODE_SILENT} causes +the device to enter the new priority mode. The device leaves priority mode if you set it to {@link android.media.AudioManager#RINGER_MODE_NORMAL RINGER_MODE_NORMAL} or {@link android.media.AudioManager#RINGER_MODE_NORMAL RINGER_MODE_VIBRATE}.

    @@ -366,6 +367,31 @@ and throws an exception if given an implicit intent. To ensure your app is secure, use an explicit intent when starting or binding your {@link android.app.Service}, and do not declare intent filters for the service.

    +

    If your app uses WebView...

    + +

    Android 5.0 changes the default behavior for your app.

    + +

    User Interface

    Material design support

    @@ -470,7 +496,7 @@ request the user’s permission by launching a screen capture dialog using an method.

    For an example of how to use the new APIs, see the {@code MediaProjectionDemo} -class in the {@code ApiDemos} sample project.

    +class in the sample project.

    Notifications