diff options
| -rw-r--r-- | docs/html/about/versions/lollipop.jd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/about/versions/lollipop.jd b/docs/html/about/versions/lollipop.jd index 458de4970c39..1ad5d24a18e2 100644 --- a/docs/html/about/versions/lollipop.jd +++ b/docs/html/about/versions/lollipop.jd @@ -84,7 +84,7 @@ about Android 5.0 for consumers at </div> -<p>Ripple animations are available for buttons, checkboxes, and other touch controls in your app. +<p>Ripple animations are available for buttons, checkboxes, and other touch controls in your app. <p>You can also define vector drawables in XML and animate them in a variety of ways. Vector drawables scale without losing definition, so they are perfect for single-color in-app icons.</p> @@ -189,7 +189,9 @@ video apps and games to display smooth synchronized content.</p> <p>Android 5.0 introduces <strong>all new camera APIs</strong> that let you capture raw formats such as YUV and Bayer RAW, and control parameters such as exposure time, ISO sensitivity, and frame duration on a per-frame basis. The new fully-synchronized camera pipeline allows you to capture uncompressed full-resolution YUV images at 30 FPS on supported devices.</p> -<p>Along with images, you can also capture metadata like noise models and optical information from the camera.</p> +<p>In addition to giving greater control over image capture, the new APIs also +expose detailed information about the camera's properties and capabilities and +provide metadata that describes the capture settings of each frame.</p> <p>Apps sending video streams over the network can now take advantage of H.265 <strong>High Efficiency Video Coding (HEVC)</strong> for optimized encoding and decoding of video data. </p> |