diff options
| author | Quddus Chong <quddusc@google.com> | 2014-06-23 23:02:40 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-23 21:56:00 +0000 |
| commit | a93744bde3103613a834ffee3626fb72e223a17d (patch) | |
| tree | 80025558ab6f07cdbf1af1fcc6713ac9652502b3 /docs/html | |
| parent | e89c6ebeceb2a04d8ee05e73e15a899b686f811a (diff) | |
| parent | 20a6f89b63e68cc5dc88db089ad93189c7f4d62c (diff) | |
| download | frameworks_base-a93744bde3103613a834ffee3626fb72e223a17d.zip frameworks_base-a93744bde3103613a834ffee3626fb72e223a17d.tar.gz frameworks_base-a93744bde3103613a834ffee3626fb72e223a17d.tar.bz2 | |
Merge "docs: Updated L Preview Support page." into klp-modular-dev
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/preview/support.jd | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd index 9ab25dd..05e53ac 100644 --- a/docs/html/preview/support.jd +++ b/docs/html/preview/support.jd @@ -34,7 +34,7 @@ elevation</a>.</li> <li>On very tall or wide views, view shadows may appear with additional rough visual artifacts around the view edges. To minimize this, avoid using view shadows with very narrow views.</li> -<li>The {@code android.graphics.drawable.RippableDrawable} class does not +<li>The {@code android.graphics.drawable.RippleDrawable} class does not respond to pointer location changes, except when the drawable is set as a {@link android.view.View} background.</li> </ul> @@ -54,11 +54,12 @@ CaptureRequest.Builder stillCaptureRequest = stillCaptureRequest.set(CaptureRequest.STATISTICS_LENS_SHADING_MAP_MODE, CaptureRequest.STATISTICS_LENS_SHADING_MAP_MODE_ON); </pre></li> -<li>Portions of the internal audio pipeline do not support floating-point format.</li> <li>The {@code android.media.AudioTrack.write(float[], int, int, int)} method currently does not work. Use the {@link android.media.AudioTrack#write(short[], int, int) AudioTrack.write(short[], int, int)} method instead.</li> +<li>Lockscreen security is currently not enforced when users start a Android +mirroring session from the Quick Settings shade.</li> </ul> <h3 id="UserInput">User input</h3> @@ -72,15 +73,17 @@ devices.</li></ul> <h3 id="Enterprise">Enterprise</h3> <ul> <li>The device may crash unexpectedly in these situations when using -Android for Work functionality: +Android work functionality: <ul> -<li>The user attempts to share a webpage (via <strong>Menu > Share</strong>) -from a non-managed Chrome app to a managed Gmail app.</li> -<li>The user attempts to share a webpage via Bluetooth from a managed Chrome app.</li> -<li>The user attempts to share a webpage via Android Beam from a managed Chrome app.</li> +<li>The user attempts to share a web page (via <strong>Menu > Share</strong>) +from a non-Android work Chrome app to a Android work profile Gmail app.</li> +<li>The user attempts to share a web page via Bluetooth from a +Android work profile +Chrome app.</li> +<li>The user attempts to share a web page via Android Beam from a +Android work profile Chrome app.</li> </ul> </li> -<li>Deleting the managed work profile (profile owner) may take several minutes -to complete. You cannot create a new managed profile until the deletion -operation is over.</li> +<li>Deleting a Android work profile may take several minutes to complete. You +cannot create a new Android work profile until the deletion operation is over.</li> </ul> |
