summaryrefslogtreecommitdiffstats
path: root/docs/html/preview/support.jd
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2014-06-23 09:45:54 -0700
committerQuddus Chong <quddusc@google.com>2014-06-23 14:11:43 -0700
commit20a6f89b63e68cc5dc88db089ad93189c7f4d62c (patch)
treec05f964e573ab1d0c2f37cabfe47fe3ca0496fcc /docs/html/preview/support.jd
parent878325b3677584e50536c128e661b4921f2aa154 (diff)
downloadframeworks_base-20a6f89b63e68cc5dc88db089ad93189c7f4d62c.zip
frameworks_base-20a6f89b63e68cc5dc88db089ad93189c7f4d62c.tar.gz
frameworks_base-20a6f89b63e68cc5dc88db089ad93189c7f4d62c.tar.bz2
docs: Updated L Preview Support page.
Change-Id: I2bc88a15000c7023041b13de7ffe7d186067a0a6
Diffstat (limited to 'docs/html/preview/support.jd')
-rw-r--r--docs/html/preview/support.jd23
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 &gt; 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 &gt; 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>