Android Nougat

Android Nougat
A version of the Android operating system

Android Nougat home screen with some stock Google apps.
Developer Google
General
availability
August 22, 2016 (2016-08-22)[1]
Latest release 7.1 (NDE63X)[2] / November 4, 2016 (2016-11-04)
Preceded by Android 6.0.1 "Marshmallow"
Official website Official website
Support status
Supported

Android 7.0-7.1 "Nougat" (code name Android N during development)[3] is the seventh major version of the Android operating system. First released as a beta build on March 9, 2016,[4] it was officially released on August 22, 2016, with Nexus devices being the first to receive the update, though the LG V20 was the first phone loaded with Nougat.[5]

Nougat introduces notable changes to the operating system and its development platform, including the ability to display multiple apps on-screen at once in a split-screen view, support for inline replies to notifications, as well as an OpenJDK-based Java environment and support for the Vulkan graphics rendering API, and "seamless" system updates on supported devices.

History

On March 9, 2016, ahead of the Google I/O developer conference, Google released the first beta of Android "N" as part of a new "Android Beta Program" intended for testing by developers and enthusiasts before official release "this summer". The developer preview builds were compatible with only current Google Nexus devices; the 5X, 6P, 6, 9, Pixel C, and Nexus Player. The "Android Beta Program" that was introduced allows testers to opt-in for over-the-air updates to new beta versions as they are released.[4]

On April 13, 2016, Android N Beta Preview 2 was released.[6]

Google further discussed Android "N" during the I/O keynote on May 18, 2016, and unveiled its new virtual reality platform Daydream. During the conference, Beta Preview 3 was released, along with Google stating it has now gone from developer-beta to public-beta, which means anyone can try it out. Google also announced that it would hold a contest to determine the official release name of the operating system.[7][8][9]

Beta Preview 4 was released on June 15, 2016.[10][11] On June 30, 2016, Google announced that N's release name would be "Nougat"; it was also confirmed that Nougat would be version 7.0 of Android.[12][13][14]

The final Beta Preview, 5, was released on July 18, 2016.[15]

Google officially announced Android 7.1 on October 11, 2016, which adds additional features to the operating system's development platform. It was released in beta for Nexus 5X and 6P on October 19, 2016, and will be given a final release in December 2016.[16]

Features

User experience

Android Nougat introduces a split-screen display mode for phones, in which two apps can be snapped to occupy halves of the screen. An experimental multi-window mode is also available as a hidden feature, where multiple apps can appear simultaneously on the screen in overlapping windows.[17]

The notification shade was redesigned, featuring a smaller row of icons for settings, replacing notification cards with a new "sheet" design, and allowing inline replies to notifications (this feature is implemented via existing APIs that are used for similar functionality on Android Wear). Multiple notifications from a single app can also be "bundled",[4] and there is greater per-app control over notifications.[18]

The "Doze" power saving mechanism introduced in Android Marshmallow was expanded to include a state activated when the device is running on battery and the screen has been off for a period of time but is not stationary. In this state, network activity is restricted, and apps are granted "maintenance windows" in which they can access the network and perform background tasks. As in Marshmallow, the full Doze state is activated if the device is stationary with its screen off for a period of time.[4][19] A new "Data Saver" mode restricts background mobile data usage, and can trigger internal functions in apps that are designed to reduce bandwidth usage, such as capping the quality of streaming media.[19][20]

Platform

In December 2015, Google announced that Android Nougat would switch its JRE (Java Runtime Environment) from the defunct Apache Harmony to OpenJDK—the official open source implementation of the Java platform maintained by Oracle Corporation and the Java community.[21] The Android Runtime (ART) now incorporates a profile-guided compilation system, utilizing a JIT compiler and profiling alongside its current ahead-of-time compiler to further optimize apps for a device's hardware and other conditions in the background.[19]

Nougat introduces a system for enabling "seamless", automatic system updates, based upon and sharing some code with the implementation of similar functionality on Chrome OS. The system uses a pair of SquashFS partitions; the Android system executes from an "online" partition, while updates are applied in the background to a redundant "offline" partition. On the next boot following the installation of an update, the redundant partition is designated as active, and the device henceforth boots into the updated system. The previous system partition is kept as a backup in case of update failure, and to serve as the "offline" partition for the next update. This system removes the requirement for the device to reboot into the system recovery environment to apply the update (which prevents the device from being used until the update is complete) and also provides the ability for an update to be automatically rolled back in case of a failure. Due to the partitioning requirements of this system, existing devices will not support seamless updates. Additionally, due to the ART changes on Nougat, apps no longer need to be re-compiled upon the first boot after a system update.[22][23]

Developer Preview 2 added platform support for Vulkan,[6][24][25] the new low-level 3D rendering API to augment OpenGL ES but with higher graphics performance.[26]

Nougat is the first version featuring Unicode 9.0 support and comes with updated emoji plus support for emoji skin tones.[27]

Android 7.1 adds native API support for implementing image keyboards, multi endpoint telephony, shortcut menus and rounded icon assets for apps on launchers. Support for the Google Daydream virtual reality platform is introduced in Android 7.1.[16] Features include a "VR mode" for reduced graphics latency,[28] a "sustained performance mode" to assist developers in optimizing apps to a devices thermal profile,[19] a new head tracking algorithm which combines the input from various device sensors, and integration of system notifications into the VR user interface.[29]

Security

In response to the Stagefright family of bugs disclosed and fixed in 2015, several changes were made to harden the media stack against future vulnerabilities.[30] Runtime integer overflow detection was implemented, preventing the majority of Stagefright-like programming bugs from becoming vulnerabilities, in addition to helping fix and prevent such bugs.[30] Android's monolithic MediaServer process was redesigned to better adhere to the principle of least privilege. MediaServer is now split into several separate processes, each running in its own unprivileged sandbox, and granted only the permissions required for its task. For example, only the AudioServer can access Bluetooth, and libstagefright now runs within the MediaCodecService sandbox, which is only granted GPU access. Further constraints were placed on the media stack through seccomp.[30]

Various mechanisms were enabled to reduce the possibility of malicious code being injected and/or executed inside the Linux kernel, including dividing kernel memory into logical segments for code and data, with page access permissions of read-only and no-execute as appropriate. The kernel was also restricted from directly accessing user space memory, and stronger stack protection was enabled in the GCC compiler to reduce stack smashing.[31] To limit exposure of the kernel to potentially malicious code, perf was disabled by default, ioctl commands were restricted by SELinux, and seccomp-bpf was enabled to grant processes the ability to restrict system calls.[31]

On devices shipping with Android Nougat, the "Verified Boot" policy (introduced partially on KitKat, and displaying notifications on startup on Marshmallow) must be strictly enforced. If system files are corrupted or otherwise modified, the operating system will only allow operation in a limited-use mode or refuse to boot at all.[32][33]

Release

Before Nougat was officially released, LG announced that their new phone, the LG V20 would be the first phone with Android 7.0 Nougat built in to it. Android 7.0 was officially released on August 22, 2016, with the Nexus 6, Nexus 5X, Nexus 6P, Nexus 9, Nexus Player, Pixel C and General Mobile 4G as the first devices to receive the update.[5] Updates to Nougat will be released quarterly as maintenance releases focusing on "continued refinements and polish", with the next developer preview coming in the fall of 2016.[34] On September 6, 2016, LG announced the V20, the first smartphone to ship with Nougat pre-loaded.[35]

Google unveiled the first-party Pixel and Pixel XL smartphones during a hardware-focused event on October 4, 2016.[36]

Updates to existing devices will vary by manufacturer and carrier. HTC has stated that it planned to begin updating the HTC 10, HTC One A9 and HTC One M9 in the fourth quarter of 2016, and the Nougat update has subsequently been released to unlocked handsets on November 25, 2016. Sony also confirmed that it would update a range of its recent devices to Nougat.[37] Qualcomm stated that it would not support Nougat on devices using its Snapdragon 800 and 801 system-on-chips for undisclosed reasons. Although developer preview builds of Nougat were released for the device, Sony stated that it would not upgrade the Xperia Z3 (which uses the Qualcomm Snapdragon 801) to the final version due to "unforeseen platform limitations". It was reported that the Google Compatibility Test Suite (whose tests must be passed in order to receive official certification) specified that all devices running Nougat must support either Vulkan or OpenGL ES 3.1 graphics APIs—neither of which are supported by the device's Adreno 330 graphics core.[38][39][40]

It appears that Android 7.1.1 has rolled out already to some devices including Turkey's General Mobile 4G and Cherry Mobile G1 in the Philippines with December 2016 patch. The said update is expected to be rolled to Pixel and select Nexus devices in the coming days.

Reception

Dieter Bohn of The Verge praised the new multitasking interface present in Android Nougat, calling it "long overdue" for Android tablets and stating it was great for the high number of big-screen Android phones. Although he initially found the implementation "confusing", he writes that it works well once he understood it properly, though he noted that "some apps don’t fully support split screen, while others work fine but pop up a warning anyway". He found split-screen more important on a tablet, but nevertheless helpful on phones. Regarding the modifications to app notifications, he liked that Nougat introduces a system-level way to reply to any message without needing to open the respective app, stating "Android has long had an advantage in useful and consistent notifications" versus iOS, and added "now that quick replies are standard on it I don't see that lead diminishing". He also highlighted "tweaks" throughout the OS (quick toggles in the notification drawer, Settings menu with more visual information, and a Camera app that has been "cleaned up a bit") as welcome changes, though he criticized Google Now for being "kind of a mess", writing that it "doesn't really seem to be getting any better at figuring out what information will be useful to me" and said the Now On Tap feature is "pretty frustrating", criticizing the search results it pulls from what's presently on his screen. Furthermore, he wrote that the Google Search app seems "disconnected" from the OS, noting that the app "puts the results into its own custom browser window that feels custom-designed for one-off searches instead of persistent research" and praised the Google Search app on the iOS platform as an example of how "Google's apps seem better on the iPhone than they do on Android".

Bohn finished his review by stating that he didn't notice any significant battery improvement despite the Doze power-saving feature in Nougat; he praised the performance and security improvements, but he also wrote extensively about the fact that, even though Nougat is "great", "it’s a shame it will take so long for anybody to see it", writing about the lack of updates to most Android devices in use, and that Nougat might not be relevant to users in months or even a year (sic).[41]

Chris Velazco of Engadget agreed with Bohn on multiple aspects. Velazco praised the new, bundled app notifications, writing that prior Android versions' notifications "just sort of sit there" until interaction, but Nougat "does a much better job of bundling them by app and letting you get things done", and highlighted the ability to expand a bundled Gmail notification to see subjects and senders of individual messages. Velazco stated that split-screen multitasking was a "big deal", but he also encountered non-compatible apps. Visual elements in the Settings app, quick toggles in notification dropdown, and new language and emoji support were also positive highlights in Velazco's review. Unlike Bohn, Velazco did note a battery improvement from the Doze power-saving feature, stating his "Nexus 6P seemed to gain about an hour or two of standby battery life". Finally, he noted security and encryption improvements, faster app installs thanks to new compiler, and hopes game developers will utilize the new Vulkan API for some "seriously good-looking mobile gaming".[42]

See also

References

  1. "Android 7.0 Nougat. Made for you". Google. Retrieved October 4, 2015.
  2. "android-7.1.0_r7". android.googlesource.com. Retrieved November 4, 2016.
  3. Opam, Kwame (June 30, 2016). "Android N is now Android Nougat". The Verge. Retrieved October 1, 2016.
  4. 1 2 3 4 Amadeo, Ron (March 10, 2016). "Surprise! The Android N Developer Preview is out right now". Ars Technica. Condé Nast. Retrieved July 1, 2016.
  5. 1 2 "Android 7.0 Nougat: a more powerful OS, made for you". Android Developers Blog. August 22, 2016. Retrieved August 23, 2016.
  6. 1 2 Burke, Dave (April 13, 2016). "Android N Developer Preview 2, out today!". Android Developers blog. Google Inc. Retrieved June 5, 2016.
  7. Savov, Vlad (May 18, 2016). "Google details Android N features ahead of late summer release". The Verge. Vox Media. Retrieved July 1, 2016.
  8. Kastrenakes, Jacob (May 18, 2016). "Google's latest Android N beta is meant for everyone". The Verge. Vox Media. Retrieved July 1, 2016.
  9. "Google launches Android N Developer Preview 3 with seamless updates and VR mode". VentureBeat. Retrieved 9 July 2016.
  10. Burke, Dave (June 15, 2016). "Android N APIs are now final, get your apps ready for Android N!". Android Developers blog. Google Inc. Retrieved July 1, 2016.
  11. Serrafero, Mario Tomás (June 15, 2016). "Android N Developer Preview 4 is Out! Final APIs and Play Publishing". XDA Developers. Retrieved July 1, 2016.
  12. "Android N name revealed: It's Nougat". PC World. IDG. Retrieved 30 June 2016.
  13. "Android 7.0 Nougat statue unveiled by Google". PhoneArena. Retrieved 30 June 2016.
  14. Gibbs, Samuel (July 1, 2016). "Nougat: Google's new Android name divides opinion". The Guardian. Retrieved July 30, 2016.
  15. "Android 7.0 Nougat Developer Preview 5 - the final preview - is available for download". Android Police. 2016-07-18. Retrieved 2016-07-19.
  16. 1 2 "Download Android 7.1 Nougat in beta later this month". Engadget. Retrieved 11 October 2016.
  17. Amadeo, Ron (March 21, 2016). "This is Android N's freeform window mode". Ars Technica. Condé Nast. Retrieved July 1, 2016.
  18. "Android Nougat release date: when you'll get it and why you'll want it". techradar. July 31, 2016. Retrieved August 9, 2016.
  19. 1 2 3 4 "Android N for Developers". Android Developers. Google Inc. Retrieved March 10, 2016.
  20. "Android: The Road to JIT/AOT Hybrid Compilation-Based Application User Experience". software.intel.com. Intel Corporation. Retrieved 2016-07-15.
  21. Amadeo, Ron (January 7, 2016). "Android N switches to OpenJDK, Google tells Oracle it is protected by the GPL". Ars Technica. Condé Nast. Retrieved July 1, 2016.
  22. "Android N seamless updates not coming to existing devices". GSMArena. Retrieved 9 July 2016.
  23. "Android N borrows Chrome OS code for "seamless" update installation". Ars Technica. Retrieved 9 July 2016.
  24. "Vulkan Graphics API". Android Developers. Google Inc. Retrieved July 1, 2016.
  25. Woods, Shannon (April 13, 2016). "Optimize, Develop, and Debug with Vulkan Developer Tools". Android Developers blog. Google Inc. Retrieved July 1, 2016.
  26. "Support and Release Notes - Developer Preview 2". Android Developers. Google Inc. April 13, 2016. Retrieved April 14, 2016.
  27. "Android N Developer Preview 2, out today!". Android Developers Blog. Google. April 13, 2016. Retrieved August 5, 2016.
  28. "Gear VRs for everyone! Google turns Android into a VR-ready OS: Daydream". Ars Technica. Ars Technica. May 5, 2016. Retrieved August 4, 2016.
  29. ""VR at Google - Google I/O 2016"". YouTube. Google. May 9, 2016. Retrieved August 4, 2016.
  30. 1 2 3 "Hardening the media stack". android-developers.blogspot.com. Google. Retrieved 2016-08-03.
  31. 1 2 "Protecting Android with more Linux kernel defenses". security.googleblog.com. Google. Retrieved 2016-08-03.
  32. "Android Nougat won't boot your phone if its software is corrupt". Engadget. AOL. Retrieved 20 July 2016.
  33. "Android 7.0 devices could be harder to root, won't boot at all if the software is corrupt". PhoneArena. Retrieved 20 July 2016.
  34. Burke, Dave (August 22, 2016). "Taking the final wrapper off of Android 7.0 Nougat". Android Developers Blog. Retrieved August 24, 2016.
  35. "LG launches V20 smartphone with Android 7.0 Nougat". The Verge. Retrieved 22 September 2016.
  36. "Google's new Pixel phones come with Android 7.1 Nougat". The Verge. Retrieved 4 October 2016.
  37. "When is Android 7.0 Nougat coming to my phone?". Pocket-lint. Retrieved 22 September 2016.
  38. "No Nougat for your Android phone? You might want to blame Qualcomm". PhoneArena. Retrieved 30 September 2016.
  39. Cunningham, Andrew (August 31, 2016). "Why isn't your old phone getting Nougat? There's blame enough to go around". Ars Technica. Retrieved September 2, 2016.
  40. "Sony claims it's not at fault for not releasing Android 7.0 Nougat for Xperia Z3". PhoneArena. Retrieved 30 September 2016.
  41. Bohn, Dieter (August 22, 2016). "Android 7.0 Nougat review: great, but does it matter?". The Verge. Retrieved October 22, 2016.
  42. Velazco, Chris (August 29, 2016). "Android 7.0 Nougat review: All about getting things done faster". Engadget. Retrieved October 22, 2016.

External links

This article is issued from Wikipedia - version of the 12/4/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.