From 73e7f93ade833fc037a7d757aa3555bf44cc082c Mon Sep 17 00:00:00 2001 From: Quddus Chong Date: Mon, 19 Oct 2015 16:31:02 -0700 Subject: [PATCH] docs: Fixed typos in Android 6.0 behavior changes doc. bug: 24969810 Change-Id: I0c249ad6cf86183c572bae8d571d75fd8cdfed5c --- docs/html/about/versions/marshmallow/android-6.0-changes.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/about/versions/marshmallow/android-6.0-changes.jd b/docs/html/about/versions/marshmallow/android-6.0-changes.jd index 2619310af3b41..bae47175be8a9 100644 --- a/docs/html/about/versions/marshmallow/android-6.0-changes.jd +++ b/docs/html/about/versions/marshmallow/android-6.0-changes.jd @@ -66,7 +66,7 @@ the new permissions model.

For details on supporting the new permissions model in your app, see -Working with System Permissionss. For tips on how to assess the impact on your app, +Working with System Permissions. For tips on how to assess the impact on your app, see Permissions Best Practices.

Doze and App Standby

@@ -189,7 +189,7 @@ call the {@link android.view.ActionMode#invalidateContentRect() invalidateConten

If you are using Android Support Library revision 22.2, be aware that floating toolbars are not -backward-compatible and appcompat takes control over {@link android.view.ActionMode} objects bywith th +backward-compatible and appcompat takes control over {@link android.view.ActionMode} objects by default. This prevents floating toolbars from being displayed. To enable {@link android.view.ActionMode} support in an {@link android.support.v7.app.AppCompatActivity}, call