Android 5.0 new Features
1) new material design style
2) Support multiple devices
3) New Notification Center design--Display by priority
4) Support 64-bit art virtual machine
5) Multi-task Windows overview
6) device identification unlocked-for example, nearby trusted devices
7) Ok Google Voice commands
8) face Unlock facial unlock
9) New Recyclerview
10) New CardView
11) Hanging notification (the process focus is not changed, the user action is not interrupted, setfullscreenintent, and the display level of the notification is increased)
Toolbar)
Add:
13) Turn on the system data encryption function
14) Independent preservation of different data
Google search performance improved
16) Added API support, Bluetooth 4.1, USB audio external audio and multi-person sharing and other functions
Android6.0 new Features
1) Application Rights Management--open to developers and users (dynamic judgment)
2) Android pay
3) Official fingerprint support
4) Doze Power Management
5) App links--link Jump app
6) Now on tap--Long Press home button, voice control phone, free hands
Android7.0 new Features
1) Multi-window mode (sdk24 default support, disable mode android:resizeableactivity= "false")
2) Data Saver traffic protection mechanism
3) Improved JAVA8 language support
4) Custom Wallpaper
5) Notification Bar Quick reply
6) VR support
7) Back-end power saving
8) Open the Quick switch interface at the top of the notification bar
9) Unicode9 support and new emoji emoji
Google assistant--Deep Learning
Supplemental: Bundle Notifications
Multi-Window Mode life cycle:
into the Multi-window mode: experienced the re-creation process, stay in the OnPause state, click to get the focus into the Onresume state
Exit Multi-Window mode: Experience the process of destroying and then recovering, eventually staying in the Onresume state
--android new features of the Advanced Android Light