page.title=Support
@jd:body
If you've encountered bugs or have feedback about the L Developer Preview,
create an issue on
our issue tracker.
For more support,
join
the L Developer Preview Google+ community to discuss your development experiences.
Release Notes
June 25, 2014 - Initial Release of the L Developer Preview
User interface
- If your app launches an activity with
{@link android.app.Activity#startActivity startActivity()}
and an {@link android.content.Intent} set to
{@link android.content.Intent#FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET}, the
activity shows up as a separate task in the Recent apps screen. This is the
same behavior as though your app used {@code Intent.FLAG_ACTIVITY_NEW_DOCUMENT}
(see Concurrent
documents and activities in the Recents screen). If you want your activity
to remain in the same task that launched it, use
{@link android.app.Activity#startActivityForResult
startActivityForResult()} instead.
- System-rendered shadows for user interface (UI) elements in views may
appear with visible spiky edges. To avoid this visual artifact, use a higher
view
elevation.
- 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.
- The {@code android.graphics.drawable.RippableDrawable} class does not
respond to pointer location changes, except when the drawable is set as a
{@link android.view.View} background.
- The System UI may crash unexpectedly while the device is charging, if
the locale is set to {@code fr} (FRENCH).
Wireless and Connectivity
- The {@code android.bluetooth.le} APIs are supported only on Nexus 5
devices.
Enterprise
- The device may crash unexpectedly in these situations when using
Android for Work functionality:
- The user attempts to share a webpage (via Menu > Share)
from a non-managed Chrome app to a managed Gmail app.
- The user attempts to share a webpage via Bluetooth from a managed Chrome app.
- The user attempts to share a webpage via Android Beam from a managed Chrome app.
- 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.