Android advanced light-New Features of Android and android advanced light
New Features of Android 5.0
1) brand new Design style of Material Design
2) supports multiple devices
3) brand new notification center design-display by priority
4) supports 64-bit ART virtual machines
5) multi-task windows Overview
6) device identification and unlocking-for example, nearby trusted Devices
7) OK Google Voice command
8) Face unlock: unlock the Face
9) add RecyclerView
10) added CardView.
11) hanging Notification (Process focus remains unchanged and user operations are not interrupted. setFullScreenIntent also increases the display level of notifications)
12) Toolbar
Supplement:
13) Enable System Data Encryption
14) independent storage of different data
15) improved google search performance
16) added functions such as api support, Bluetooth 4.1, usb audio external speaker, and multi-user sharing.
New Features of Android6.0
1) application permission management-open to developers and users (Dynamic judgment)
2) Android Pay
3) official fingerprint support
4) Doze Power Management
5) App Links-link jump to App
6) Now on Tap-Press the home Key to control your phone.
New Features of Android7.0
1) multi-window mode (sdk24 supports and disables android: resizeableActivity = "false" by default ")
2) Data Saver Traffic Protection Mechanism
3) Improved Java 8 Language Support
4) custom Wallpaper
5) quick reply in the notification bar
6) VR support
7) background power saving
8) Expand the shortcut interface at the top of the notification bar
9) Unicode9 support and brand new emoji
10) Google Assistant-deep learning
Supplement: Notification bundling
Multi-Window mode lifecycle:
Enter multi-window mode: after the re-creation process, stay in the onPause status, click to get the focus to enter the onResume status
Exit the multi-window mode: after destruction, the process of resuming the operation stays in the onResume status.