fbpx
Wikipedia

Android Nougat

Android Nougat (codenamed Android N during development) is the seventh major version and 14th original version of the Android operating system. First released as an alpha test version on March 9, 2016, it was officially released on August 22, 2016, with Nexus devices being the first to receive the update. The LG V20 was the first smartphone released with Nougat.

Android Nougat
Version of the Android operating system
Screenshot
Android 7.1 Nougat home screen
DeveloperGoogle
General
availability
August 22, 2016; 6 years ago (2016-08-22)[1][2]
Final release7.1.2_r39 (5787804)[3] / October 4, 2019; 3 years ago (2019-10-04)
Kernel typeLinux kernel 4.1
Preceded byAndroid 6.0.1 "Marshmallow"
Succeeded byAndroid 8.0 "Oreo"
Official websitewww.android.com/versions/nougat-7-0/
Support status
Unsupported

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, and an expanded Doze power-saving mode that restricts device functionality once the screen has been off for a period of time. Additionally, the platform switched to an OpenJDK-based Java environment and received support for the Vulkan graphics rendering API, and seamless system updates on supported devices.

Nougat received positive reviews. The new app notification format received particular praise; while the multitasking interface was seen as a positive change, reviewers experienced that several apps were incompatible with the feature. Critics had mixed experiences with the Doze power-saving mode, but faster app installs and tweaks to the user interface were also reviewed positively.

As of December 2022, 4.02% of devices ran Android Nougat, with 1.6% on 7.1.x and 2.42% on 7.0.[5] Android Nougat went unsupported with no more security updates after October 2019.

History

 
Android 7.0 home screen

The release was internally codenamed "New York Cheesecake".[6] On March 9, 2016, ahead of the Google I/O developer conference, Google released the first alpha version[7] of Android "N" as part of a new "Android Beta Program" intended for testing by developers and enthusiasts before official its 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 allowed testers to opt-in for over-the-air updates to new beta versions as they were released.[8]

On April 13, 2016, Android N Beta Preview 2 was released.[9] Google further discussed Android "N" during the I/O keynote on May 18, 2016, and unveiled its new virtual reality platform, Daydream. Beta Preview 3, the first preview release deemed suitable for wider public beta testing, was released at this time. Google also announced that it would hold a contest to determine the official release name of the operating system.[10][11][12]

Beta Preview 4 was released on June 15, 2016.[13][14] 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.[15][16][17]

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

Android 7.0 was officially released on August 22, 2016, with the Nexus 6, 5X, 6P, 9, Nexus Player, Pixel C, and General Mobile 4G as the first devices to receive the update.[19] Dave Burke, Android's Vice President of Engineering, stated in August 2016 that updates to Nougat would be released quarterly as maintenance releases focusing on "continued refinements and polish".[20] On September 6, 2016, LG announced the V20, the first smartphone to ship with Nougat pre-installed.[21] Google unveiled the first-party Pixel and Pixel XL smartphones during a hardware-focused event on October 4, 2016,[22] with the Pixel phones replacing the Nexus series.[23]

Updates to existing devices vary by manufacturer and carrier, and driver support for the version by the manufacturer of a device's respective system-on-chip.[24] Major manufacturers, including HTC, Sony, and Motorola announced intents to update a range of their recent devices to Nougat.[25][26][27] 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 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.[24][28] The Fairphone 2 is purported to be the only device with the Qualcomm Snapdragon 801 chipset to provide official support for Android 7.1.2, delivering on their effort towards increased longevity for a more sustainable device.[29]

A post-release update known as Android 7.1 was pre-loaded onto Google's Pixel and Pixel XL smartphones released in October 2016; the new version added support for the Google Daydream VR platform, image keyboards, expanded emoji support (including male and female versions), support for actions to be displayed in menus on home screen app shortcuts, and other new features. A preview of 7.1 for existing Nexus devices was released via Android Beta Program later in the month,[30] and officially released as Android 7.1.1 on December 5, 2016.[31][32][33] As of 7.1.1, the Nexus 6 and Nexus 9 were considered end-of-life, and did not receive any further updates.[34]

Android 7.1.2 was released in April 2017, providing various improvements and minor functionality improvements to Nexus and Pixel-branded devices.[34][35]

Features

User experience

 
The updated notification shade on Nougat

Nougat redesigns the notification shade, which now features a smaller row of icons for settings, replacing notification cards with a new "sheet" design, and allowing inline replies for notifications. Multiple notifications from a single app can also be "bundled",[8] and there is greater per-app control over notifications.[36]

A split-screen display mode was introduced 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.[37]

The "Doze" power saving mechanism introduced in Android Marshmallow was expanded to include a state activated when the device is running 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.[8][38] 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.[38][39]

Platform

In December 2015, Google announced that Android Nougat would switch its 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.[40] 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.[38]

Nougat introduces a system for enabling "seamless", automatic system updates, based upon and sharing some code with the implementation of similar functionality on ChromeOS. The system uses a pair of partitions. During the pre-release phase of development, SquashFS had been considered as the filesystem, to help offset the extra storage overhead of maintaining two copies of these partitions. However, for performance reasons, in the public release of Nougat, designers ultimately chose to continue using Android's traditional ext4 filesystem.[41] 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 to boot into the updated OS. 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 a backup of the existing OS in case of failure. Google chose to enable seamless updates only for devices shipped with Nougat (or later), rather than enabling earlier devices to support the feature after repartitioning.[42][43] Additionally, due to the ART changes on Nougat, apps no longer need to be re-compiled upon the first boot after a system update.[44]

Developer Preview 2 added platform support for Vulkan, a new low-level 3D-rendering API alternative to OpenGL ES with higher graphics performance.[9][45][46]

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

Android 7.1 adds native API support for implementing image keyboards; multi-endpoint telephones;[clarification needed] shortcut menus and rounded icon assets for apps on launchers; and support for the Google Daydream virtual reality platform.[30][47] The Daydream environment includes a "sustained performance mode" to assist developers in optimizing apps to a device's thermal profile,[38] a new head tracking algorithm which combines the input from various device sensors, and integration of system notifications into the VR user interface.[48]

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. 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. 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.[49]

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. 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.[50]

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 will refuse to boot at all.[51][52]

Android Nougat supports an alternative drive encryption scheme known as "file-based encryption". As opposed to full disk encryption, it allows less-sensitive contents of the storage—such as operating system files—to be encrypted using only a hardware key rather than requiring credentials. Sensitive user data remains encrypted using credentials. File-based encryption removes the requirement for pre-boot authentication: instead, Android boots normally without additional intervention, but access to credential-protected data is restricted until the user unlocks the device for the first time ("Direct boot"). In the meantime, background services can access data they store in the device-encrypted context (such as alarms or messaging notifications, particularly after automatic reboots due to updates or crashes) to maintain limited functionality until the user unlocks the credential-encrypted storage.[53][54]

Reception

Dieter Bohn of The Verge praised the new multitasking interface in Android Nougat, calling it "long overdue" for Android tablets. Although he initially found the implementation "confusing", he wrote that it worked 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". Bohn also liked the new way to reply to any message notification, 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 noted "tweaks" throughout the OS as welcome changes, including quick toggles in the notification drawer, a Settings menu with more visual information, and a Camera app that has been "cleaned up a bit". Bohn stated that he didn't notice any significant battery improvements despite the Doze power-saving feature in Nougat. 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, and that "unless you have a Nexus, it could be a few months, it could be a year [sic], before it becomes available on your phone".[55]

Chris Velazco of Engadget also 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". He 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 the notification dropdown, and new language and emoji support were also positive highlights in the review. 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". He also wrote that installing and launching apps might be "a little faster than usual" thanks to Nougat's new app compiler, and he hoped game developers would utilize the new Vulkan API for some "seriously good-looking mobile gaming".[56]

See also

References

  1. ^ "Taking the final wrapper off of Android 7.0 Nougat".
  2. ^ "Android 7.0 Nougat. Made for you". Retrieved October 4, 2015.
  3. ^ "Android Source". Google Git. Retrieved September 10, 2020.
  4. ^ Ruddock, David (March 20, 2017). "Android 7.1.2 beta 2 adds fingerprint scanner gesture to the Nexus 6P". Android Police. Retrieved March 27, 2017.
  5. ^ "Mobile & Tablet Android Version Market Share Worldwide". StatCounter Global Stats. Retrieved 2022-12-02.{{cite web}}: CS1 maint: url-status (link)
  6. ^ "Name". Google Is Calling Android N "New York Cheesecake" (NYC) Internally. 15 March 2016.
  7. ^ . Android Developers. Archived from the original on March 20, 2016. Retrieved April 21, 2017.
  8. ^ a b c Amadeo, Ron (March 10, 2016). "Surprise! The Android N Developer Preview is out right now". Ars Technica. Condé Nast. Retrieved July 1, 2016.
  9. ^ a b c Burke, Dave (April 13, 2016). "Android N Developer Preview 2, out today!". Android Developers Blog. Retrieved February 27, 2017.
  10. ^ Savov, Vlad (May 18, 2016). "Google details Android N features ahead of late summer release". The Verge. Vox Media. Retrieved July 1, 2016.
  11. ^ Kastrenakes, Jacob (May 18, 2016). "Google's latest Android N beta is meant for everyone". The Verge. Vox Media. Retrieved July 1, 2016.
  12. ^ Protalinski, Emil (May 18, 2016). "Google launches Android N Developer Preview 3 with seamless updates and VR mode". VentureBeat. Retrieved February 27, 2017.
  13. ^ Burke, Dave (June 15, 2016). "Android N APIs are now final, get your apps ready for Android N!". Android Developers Blog. Retrieved March 15, 2017.
  14. ^ Ruddock, David (June 15, 2016). "Android N Developer Preview 4 is out, build NPD56N". Android Police. Retrieved March 15, 2017.
  15. ^ Walter, Derek; Cross, Jason (July 1, 2016). "Android N name revealed: It's Nougat". PC World. International Data Group. Retrieved February 27, 2017.
  16. ^ T., Florin (June 30, 2016). "Android 7.0 Nougat statue unveiled by Google". PhoneArena. Retrieved February 27, 2017.
  17. ^ Gibbs, Samuel (July 1, 2016). "Nougat: Google's new Android name divides opinion". The Guardian. Retrieved July 30, 2016.
  18. ^ Ruddock, David (July 18, 2016). "Android 7.0 Nougat Developer Preview 5 - the final preview - is available for download". Android Police. Retrieved February 27, 2017.
  19. ^ Samat, Sameer (August 22, 2016). "Android 7.0 Nougat: a more powerful OS, made for you". The Keyword Google Blog. Retrieved February 27, 2017.
  20. ^ Cunningham, Andrew (August 23, 2016). "Google lays out plans to update Android more regularly and frequently". Ars Technica. Condé Nast. Retrieved March 6, 2017.
  21. ^ Statt, Nick (September 6, 2016). "LG launches V20 smartphone with Android 7.0 Nougat". The Verge. Vox Media. Retrieved February 27, 2017.
  22. ^ Seifert, Dan (October 4, 2016). "Google's new Pixel phones come with Android 7.1 Nougat". The Verge. Vox Media. Retrieved February 27, 2017.
  23. ^ Bohn, Dieter (4 October 2016). "The Google Phone: The inside story of Google's bold bet on hardware". The Verge. Vox Media. Retrieved March 11, 2017.
  24. ^ a b Cunningham, Andrew (August 31, 2016). "Why isn't your old phone getting Nougat? There's blame enough to go around". Ars Technica. Condé Nast. Retrieved December 7, 2016.
  25. ^ O'Boyle, Britta; Hall, Chris (February 10, 2017). "When is Android 7.1.1 Nougat coming to my phone?". Pocket-lint. Retrieved February 27, 2017.
  26. ^ Carman, Ashley (February 9, 2017). "Sony is rolling Android Nougat out to some Xperia devices". The Verge. Vox Media. Retrieved February 27, 2017.
  27. ^ "Android 7.0 Nougat update starts hitting Motorola Moto G4 and Moto G4 Plus". GSMArena. October 21, 2016. Retrieved February 27, 2017.
  28. ^ V., Cosmin (August 31, 2016). [httsp://www.phonearena.com/news/Sony-claims-its-not-at-fault-for-not-releasing-Android-7.0-Nougat-for-Xperia-Z3_id84749 "Sony claims it's not at fault for not releasing Android 7.0 Nougat for Xperia Z3"]. PhoneArena. Retrieved December 7, 2016.
  29. ^ "Investing in long-lasting design: Android 7 for the Fairphone 2". Fairphone. 2018-11-13. Retrieved 2019-08-18.
  30. ^ a b Lumb, David (October 11, 2016). "Download Android 7.1 Nougat in beta later this month". Engadget. AOL. Retrieved December 7, 2016.
  31. ^ Fonts, Agustin (December 5, 2016). "A sweet update to Nougat: Android 7.1.1". The Keyword Google Blog. Retrieved December 7, 2016.
  32. ^ Ingraham, Nathan (December 5, 2016). "Android 7.1.1 is rolling out now". Engadget. AOL. Retrieved December 7, 2016.
  33. ^ Carman, Ashley (December 5, 2016). "Google is bringing Pixel features to its Nexus line with Android 7.1.1". The Verge. Vox Media. Retrieved December 7, 2016.
  34. ^ a b Amadeo, Ron (April 4, 2017). "Android 7.1.2 leaves beta, arrives on Pixel and Nexus devices". Ars Technica. Condé Nast. Retrieved April 9, 2017.
  35. ^ Walter, Derek (April 7, 2017). "Android device updates: Android 7.1.2 arrives for Pixel and Nexus devices". Greenbot. International Data Group. Retrieved April 9, 2017.
  36. ^ Swider, Matt; Peckham, James. "Android Nougat release date: when you'll get it and everything you need to know". TechRadar. Future plc. Retrieved February 27, 2017.
  37. ^ Amadeo, Ron (March 21, 2016). "This is Android N's freeform window mode". Ars Technica. Condé Nast. Retrieved July 1, 2016.
  38. ^ a b c d . Android Developers. Archived from the original on March 11, 2016. Retrieved March 6, 2017.
  39. ^ "Android: The Road to JIT/AOT Hybrid Compilation-Based Application User Experience". software.intel.com. Intel Corporation. Retrieved July 15, 2016.
  40. ^ 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.
  41. ^ "A/B System Updates: Frequently Asked Questions: Why didn't you use SquashFS". Android Open Source Project. Retrieved 2022-01-27.
  42. ^ Ruddock, David (2016-05-20). "Current Nexus Devices Will Not Get The New Seamless Update Feature From Android N". Android Police. Retrieved 2019-03-02.
  43. ^ Amadeo, Ron (2016-08-22). "Android 7.0 Nougat review—Do more on your gigantic smartphone". Ars Technica. Retrieved 2019-03-02.
  44. ^ Amadeo, Ron (May 18, 2016). "Android N borrows Chrome OS code for "seamless" update installation". Ars Technica. Condé Nast. Retrieved February 27, 2017.
  45. ^ Woods, Shannon (April 13, 2016). "Optimize, Develop, and Debug with Vulkan Developer Tools". Android Developers Blog. Retrieved February 27, 2017.
  46. ^ "Vulkan Graphics API". Android Developers. Retrieved February 27, 2017.
  47. ^ Amadeo, Ron (May 18, 2016). "Gear VRs for everyone! Google turns Android into a VR-ready OS: Daydream". Ars Technica. Condé Nast. Retrieved February 27, 2017.
  48. ^ ""VR at Google - Google I/O 2016"". YouTube. May 9, 2016. Retrieved August 4, 2016.
  49. ^ Austin, Dan; Vander Stoep, Jeff (May 5, 2016). "Hardening the media stack". Android Developers Blog. Retrieved February 27, 2017.
  50. ^ Vander Stoep, Jeff (July 27, 2016). "Protecting Android with more Linux kernel defenses". Google Security Blog. Retrieved February 27, 2017.
  51. ^ Fingas, Jon (July 19, 2016). "Android Nougat won't boot your phone if its software is corrupt (updated)". Engadget. AOL. Retrieved February 27, 2017.
  52. ^ Y., Miley (July 20, 2016). "Android 7.0 devices could be harder to root, won't boot at all if the software is corrupt". PhoneArena. Retrieved February 27, 2017.
  53. ^ "The Android 10 Privacy and Security Upgrades You Should Know About". Wired. ISSN 1059-1028. Retrieved 2019-09-05.
  54. ^ Amadeo, Ron (2016-08-22). "Android 7.0 Nougat review—Do more on your gigantic smartphone". Ars Technica. Retrieved 2019-09-05.
  55. ^ Bohn, Dieter (August 22, 2016). "Android 7.0 Nougat review: great, but does it matter?". The Verge. Vox Media. Retrieved August 21, 2017.
  56. ^ Velazco, Chris (August 29, 2016). "Android 7.0 Nougat review: All about getting things done faster". Engadget. AOL. Retrieved April 22, 2017.

External links

  •   Media related to Android Nougat at Wikimedia Commons
  • Official website  

android, nougat, codenamed, android, during, development, seventh, major, version, 14th, original, version, android, operating, system, first, released, alpha, test, version, march, 2016, officially, released, august, 2016, with, nexus, devices, being, first, . Android Nougat codenamed Android N during development is the seventh major version and 14th original version of the Android operating system First released as an alpha test version on March 9 2016 it was officially released on August 22 2016 with Nexus devices being the first to receive the update The LG V20 was the first smartphone released with Nougat Android NougatVersion of the Android operating systemScreenshotAndroid 7 1 Nougat home screenDeveloperGoogleGeneralavailabilityAugust 22 2016 6 years ago 2016 08 22 1 2 Final release7 1 2 r39 5787804 3 October 4 2019 3 years ago 2019 10 04 Kernel typeLinux kernel 4 1Preceded byAndroid 6 0 1 Marshmallow Succeeded byAndroid 8 0 Oreo Official websitewww wbr android wbr com wbr versions wbr nougat 7 0 wbr Support statusUnsupportedNougat 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 and an expanded Doze power saving mode that restricts device functionality once the screen has been off for a period of time Additionally the platform switched to an OpenJDK based Java environment and received support for the Vulkan graphics rendering API and seamless system updates on supported devices Nougat received positive reviews The new app notification format received particular praise while the multitasking interface was seen as a positive change reviewers experienced that several apps were incompatible with the feature Critics had mixed experiences with the Doze power saving mode but faster app installs and tweaks to the user interface were also reviewed positively As of December 2022 update 4 02 of devices ran Android Nougat with 1 6 on 7 1 x and 2 42 on 7 0 5 Android Nougat went unsupported with no more security updates after October 2019 Contents 1 History 2 Features 2 1 User experience 2 2 Platform 2 3 Security 3 Reception 4 See also 5 References 6 External linksHistory Edit Android 7 0 home screen The release was internally codenamed New York Cheesecake 6 On March 9 2016 ahead of the Google I O developer conference Google released the first alpha version 7 of Android N as part of a new Android Beta Program intended for testing by developers and enthusiasts before official its 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 allowed testers to opt in for over the air updates to new beta versions as they were released 8 On April 13 2016 Android N Beta Preview 2 was released 9 Google further discussed Android N during the I O keynote on May 18 2016 and unveiled its new virtual reality platform Daydream Beta Preview 3 the first preview release deemed suitable for wider public beta testing was released at this time Google also announced that it would hold a contest to determine the official release name of the operating system 10 11 12 Beta Preview 4 was released on June 15 2016 13 14 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 15 16 17 The final Beta Preview 5 was released on July 18 2016 18 Android 7 0 was officially released on August 22 2016 with the Nexus 6 5X 6P 9 Nexus Player Pixel C and General Mobile 4G as the first devices to receive the update 19 Dave Burke Android s Vice President of Engineering stated in August 2016 that updates to Nougat would be released quarterly as maintenance releases focusing on continued refinements and polish 20 On September 6 2016 LG announced the V20 the first smartphone to ship with Nougat pre installed 21 Google unveiled the first party Pixel and Pixel XL smartphones during a hardware focused event on October 4 2016 22 with the Pixel phones replacing the Nexus series 23 Updates to existing devices vary by manufacturer and carrier and driver support for the version by the manufacturer of a device s respective system on chip 24 Major manufacturers including HTC Sony and Motorola announced intents to update a range of their recent devices to Nougat 25 26 27 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 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 24 28 The Fairphone 2 is purported to be the only device with the Qualcomm Snapdragon 801 chipset to provide official support for Android 7 1 2 delivering on their effort towards increased longevity for a more sustainable device 29 A post release update known as Android 7 1 was pre loaded onto Google s Pixel and Pixel XL smartphones released in October 2016 the new version added support for the Google Daydream VR platform image keyboards expanded emoji support including male and female versions support for actions to be displayed in menus on home screen app shortcuts and other new features A preview of 7 1 for existing Nexus devices was released via Android Beta Program later in the month 30 and officially released as Android 7 1 1 on December 5 2016 31 32 33 As of 7 1 1 the Nexus 6 and Nexus 9 were considered end of life and did not receive any further updates 34 Android 7 1 2 was released in April 2017 providing various improvements and minor functionality improvements to Nexus and Pixel branded devices 34 35 Features EditSee also Android version history Android 7 0 Nougat User experience Edit The updated notification shade on Nougat Nougat redesigns the notification shade which now features a smaller row of icons for settings replacing notification cards with a new sheet design and allowing inline replies for notifications Multiple notifications from a single app can also be bundled 8 and there is greater per app control over notifications 36 A split screen display mode was introduced 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 37 The Doze power saving mechanism introduced in Android Marshmallow was expanded to include a state activated when the device is running 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 8 38 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 38 39 Platform Edit In December 2015 Google announced that Android Nougat would switch its 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 40 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 38 Nougat introduces a system for enabling seamless automatic system updates based upon and sharing some code with the implementation of similar functionality on ChromeOS The system uses a pair of partitions During the pre release phase of development SquashFS had been considered as the filesystem to help offset the extra storage overhead of maintaining two copies of these partitions However for performance reasons in the public release of Nougat designers ultimately chose to continue using Android s traditional ext4 filesystem 41 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 to boot into the updated OS 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 a backup of the existing OS in case of failure Google chose to enable seamless updates only for devices shipped with Nougat or later rather than enabling earlier devices to support the feature after repartitioning 42 43 Additionally due to the ART changes on Nougat apps no longer need to be re compiled upon the first boot after a system update 44 Developer Preview 2 added platform support for Vulkan a new low level 3D rendering API alternative to OpenGL ES with higher graphics performance 9 45 46 Nougat is the first version featuring Unicode 9 0 support and comes with updated emoji plus support for emoji skin tones 9 Android 7 1 adds native API support for implementing image keyboards multi endpoint telephones clarification needed shortcut menus and rounded icon assets for apps on launchers and support for the Google Daydream virtual reality platform 30 47 The Daydream environment includes a sustained performance mode to assist developers in optimizing apps to a device s thermal profile 38 a new head tracking algorithm which combines the input from various device sensors and integration of system notifications into the VR user interface 48 Security Edit 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 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 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 49 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 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 50 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 will refuse to boot at all 51 52 Android Nougat supports an alternative drive encryption scheme known as file based encryption As opposed to full disk encryption it allows less sensitive contents of the storage such as operating system files to be encrypted using only a hardware key rather than requiring credentials Sensitive user data remains encrypted using credentials File based encryption removes the requirement for pre boot authentication instead Android boots normally without additional intervention but access to credential protected data is restricted until the user unlocks the device for the first time Direct boot In the meantime background services can access data they store in the device encrypted context such as alarms or messaging notifications particularly after automatic reboots due to updates or crashes to maintain limited functionality until the user unlocks the credential encrypted storage 53 54 Reception EditDieter Bohn of The Verge praised the new multitasking interface in Android Nougat calling it long overdue for Android tablets Although he initially found the implementation confusing he wrote that it worked 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 Bohn also liked the new way to reply to any message notification 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 noted tweaks throughout the OS as welcome changes including quick toggles in the notification drawer a Settings menu with more visual information and a Camera app that has been cleaned up a bit Bohn stated that he didn t notice any significant battery improvements despite the Doze power saving feature in Nougat 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 and that unless you have a Nexus it could be a few months it could be a year sic before it becomes available on your phone 55 Chris Velazco of Engadget also 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 He 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 the notification dropdown and new language and emoji support were also positive highlights in the review 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 He also wrote that installing and launching apps might be a little faster than usual thanks to Nougat s new app compiler and he hoped game developers would utilize the new Vulkan API for some seriously good looking mobile gaming 56 See also Edit Internet portalAndroid version historyReferences Edit Taking the final wrapper off of Android 7 0 Nougat Android 7 0 Nougat Made for you Retrieved October 4 2015 Android Source Google Git Retrieved September 10 2020 Ruddock David March 20 2017 Android 7 1 2 beta 2 adds fingerprint scanner gesture to the Nexus 6P Android Police Retrieved March 27 2017 Mobile amp Tablet Android Version Market Share Worldwide StatCounter Global Stats Retrieved 2022 12 02 a href Template Cite web html title Template Cite web cite web a CS1 maint url status link Name Google Is Calling Android N New York Cheesecake NYC Internally 15 March 2016 Program Overview Android Developers Archived from the original on March 20 2016 Retrieved April 21 2017 a b c Amadeo Ron March 10 2016 Surprise The Android N Developer Preview is out right now Ars Technica Conde Nast Retrieved July 1 2016 a b c Burke Dave April 13 2016 Android N Developer Preview 2 out today Android Developers Blog Retrieved February 27 2017 Savov Vlad May 18 2016 Google details Android N features ahead of late summer release The Verge Vox Media Retrieved July 1 2016 Kastrenakes Jacob May 18 2016 Google s latest Android N beta is meant for everyone The Verge Vox Media Retrieved July 1 2016 Protalinski Emil May 18 2016 Google launches Android N Developer Preview 3 with seamless updates and VR mode VentureBeat Retrieved February 27 2017 Burke Dave June 15 2016 Android N APIs are now final get your apps ready for Android N Android Developers Blog Retrieved March 15 2017 Ruddock David June 15 2016 Android N Developer Preview 4 is out build NPD56N Android Police Retrieved March 15 2017 Walter Derek Cross Jason July 1 2016 Android N name revealed It s Nougat PC World International Data Group Retrieved February 27 2017 T Florin June 30 2016 Android 7 0 Nougat statue unveiled by Google PhoneArena Retrieved February 27 2017 Gibbs Samuel July 1 2016 Nougat Google s new Android name divides opinion The Guardian Retrieved July 30 2016 Ruddock David July 18 2016 Android 7 0 Nougat Developer Preview 5 the final preview is available for download Android Police Retrieved February 27 2017 Samat Sameer August 22 2016 Android 7 0 Nougat a more powerful OS made for you The Keyword Google Blog Retrieved February 27 2017 Cunningham Andrew August 23 2016 Google lays out plans to update Android more regularly and frequently Ars Technica Conde Nast Retrieved March 6 2017 Statt Nick September 6 2016 LG launches V20 smartphone with Android 7 0 Nougat The Verge Vox Media Retrieved February 27 2017 Seifert Dan October 4 2016 Google s new Pixel phones come with Android 7 1 Nougat The Verge Vox Media Retrieved February 27 2017 Bohn Dieter 4 October 2016 The Google Phone The inside story of Google s bold bet on hardware The Verge Vox Media Retrieved March 11 2017 a b Cunningham Andrew August 31 2016 Why isn t your old phone getting Nougat There s blame enough to go around Ars Technica Conde Nast Retrieved December 7 2016 O Boyle Britta Hall Chris February 10 2017 When is Android 7 1 1 Nougat coming to my phone Pocket lint Retrieved February 27 2017 Carman Ashley February 9 2017 Sony is rolling Android Nougat out to some Xperia devices The Verge Vox Media Retrieved February 27 2017 Android 7 0 Nougat update starts hitting Motorola Moto G4 and Moto G4 Plus GSMArena October 21 2016 Retrieved February 27 2017 V Cosmin August 31 2016 httsp www phonearena com news Sony claims its not at fault for not releasing Android 7 0 Nougat for Xperia Z3 id84749 Sony claims it s not at fault for not releasing Android 7 0 Nougat for Xperia Z3 PhoneArena Retrieved December 7 2016 Investing in long lasting design Android 7 for the Fairphone 2 Fairphone 2018 11 13 Retrieved 2019 08 18 a b Lumb David October 11 2016 Download Android 7 1 Nougat in beta later this month Engadget AOL Retrieved December 7 2016 Fonts Agustin December 5 2016 A sweet update to Nougat Android 7 1 1 The Keyword Google Blog Retrieved December 7 2016 Ingraham Nathan December 5 2016 Android 7 1 1 is rolling out now Engadget AOL Retrieved December 7 2016 Carman Ashley December 5 2016 Google is bringing Pixel features to its Nexus line with Android 7 1 1 The Verge Vox Media Retrieved December 7 2016 a b Amadeo Ron April 4 2017 Android 7 1 2 leaves beta arrives on Pixel and Nexus devices Ars Technica Conde Nast Retrieved April 9 2017 Walter Derek April 7 2017 Android device updates Android 7 1 2 arrives for Pixel and Nexus devices Greenbot International Data Group Retrieved April 9 2017 Swider Matt Peckham James Android Nougat release date when you ll get it and everything you need to know TechRadar Future plc Retrieved February 27 2017 Amadeo Ron March 21 2016 This is Android N s freeform window mode Ars Technica Conde Nast Retrieved July 1 2016 a b c d Android N for Developers Android Developers Archived from the original on March 11 2016 Retrieved March 6 2017 Android The Road to JIT AOT Hybrid Compilation Based Application User Experience software intel com Intel Corporation Retrieved July 15 2016 Amadeo Ron January 7 2016 Android N switches to OpenJDK Google tells Oracle it is protected by the GPL Ars Technica Conde Nast Retrieved July 1 2016 A B System Updates Frequently Asked Questions Why didn t you use SquashFS Android Open Source Project Retrieved 2022 01 27 Ruddock David 2016 05 20 Current Nexus Devices Will Not Get The New Seamless Update Feature From Android N Android Police Retrieved 2019 03 02 Amadeo Ron 2016 08 22 Android 7 0 Nougat review Do more on your gigantic smartphone Ars Technica Retrieved 2019 03 02 Amadeo Ron May 18 2016 Android N borrows Chrome OS code for seamless update installation Ars Technica Conde Nast Retrieved February 27 2017 Woods Shannon April 13 2016 Optimize Develop and Debug with Vulkan Developer Tools Android Developers Blog Retrieved February 27 2017 Vulkan Graphics API Android Developers Retrieved February 27 2017 Amadeo Ron May 18 2016 Gear VRs for everyone Google turns Android into a VR ready OS Daydream Ars Technica Conde Nast Retrieved February 27 2017 VR at Google Google I O 2016 YouTube May 9 2016 Retrieved August 4 2016 Austin Dan Vander Stoep Jeff May 5 2016 Hardening the media stack Android Developers Blog Retrieved February 27 2017 Vander Stoep Jeff July 27 2016 Protecting Android with more Linux kernel defenses Google Security Blog Retrieved February 27 2017 Fingas Jon July 19 2016 Android Nougat won t boot your phone if its software is corrupt updated Engadget AOL Retrieved February 27 2017 Y Miley July 20 2016 Android 7 0 devices could be harder to root won t boot at all if the software is corrupt PhoneArena Retrieved February 27 2017 The Android 10 Privacy and Security Upgrades You Should Know About Wired ISSN 1059 1028 Retrieved 2019 09 05 Amadeo Ron 2016 08 22 Android 7 0 Nougat review Do more on your gigantic smartphone Ars Technica Retrieved 2019 09 05 Bohn Dieter August 22 2016 Android 7 0 Nougat review great but does it matter The Verge Vox Media Retrieved August 21 2017 Velazco Chris August 29 2016 Android 7 0 Nougat review All about getting things done faster Engadget AOL Retrieved April 22 2017 External links Edit Media related to Android Nougat at Wikimedia Commons Official website Retrieved from https en wikipedia org w index php title Android Nougat amp oldid 1134770684, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.