From:Developer Android站在开发这角度,消费者角度请看for consumer
- 可供512M内存手机使用
- Host Card Emulation(HCE),NFC相关
-
- 打印机厂商可以用API打造自己的打印程序,用户可以在任何地方操作自己的打印机(Android@Home时代的到来啊~~)
- 转化成PDF打印
- 4.4预装Google Cloud Print,预装APP,如Chrome,Drive,Gallery,QuickOffice可以使用云端打印
- Storage access framework 用图片比较容易说明问题
- 低能耗感应器
- hardware sensor batching,你的App在屏幕关闭或者系统休眠时依然能够使用感应器 目前只有Nexus 5有效,Android正和其他芯片厂商合作,争取将这个功能带给更多的设备
- Step Detector and Step Counter ,步数检测与步数计数新API,同样目前只适用于Nexus 5
- SMS provider , 这个不用解释,新短信API,以前没有API能够write入短信的provider,现在可以了.
- 全屏模式 Full-screen Immersive mode , 隐藏状态栏(status bar),导航栏(navigation bar),即使有屏幕交互情况也不调出状态栏和导航栏,之前版本Android也是可以全屏的,但是只有点击就会显示状态栏和导航栏
- 新手势,从屏幕上边缘滑下,或者下边缘向上滑可调出系统UI(状态栏和导航栏)
- Transitions framework for animating scenes ,高质量的动画场景,TransitionManager
- 半透明系统UI(translucent system UI styling),这个不用解释
- 通知栏增强,能够显示文本,图标,图片,进度,计时等等
- Chromium WebView
- 屏幕录像(Screen recording)
- 使用
SurfaceView.setSecure()
阻止录像,保证内容安全性 - 通过Android SDK中adb tool使用
adb shell screenrecord
录像功能,或者在Android Studio DDMS面板使用
- 使用
- Resolution switching through adaptive playback
- Common Encryption for DASH
- HTTP Live Streaming
- Audio Tunneling to DSP , Nexus 5 offers a total off-network audio playback time of up to 60 hours, an increase of over 50% over non-tunneled audio.这句话不用翻译吧,也就是离线关闭屏幕听歌可以将续航能力提高一倍
- Audio monitoring
- Loudness enhancer
- Audio timestamps for improved AV sync
- Wi-Fi CERTIFIED Miracast™
- RenderScript Compute
- GPU acceleration
- RenderScript in Android NDK
- Graphics
- GLES2.0 SurfaceFinger
- New Hardware Composer support for virtual displays
- New Types of Connectivity
- New Bluetooth profiles HOGP, MAP, and AVRCP
- IR Blasters
- Wi-Fi TDLS support
- Accessibility
- System-wide settings for closed captioning 使用VideoView的App可以使用一个新的API将字幕传送给视频
- Support for international Users
- Drawable mirroring for RTL locales 从右先左显示
- Security enhancements
- SELinux(enforcing mode)
- Improved cryptographic algorithms
- Tools for analyzing memory use