Android 9.0
   HOME

TheInfoList



OR:

Android Pie ( codenamed Android P during development), also known as Android 9 (API 28) is the ninth major release and the 16th version of the
Android Android most commonly refers to: *Android (robot), a humanoid robot or synthetic organism designed to imitate a human * Android (operating system), a mobile operating system primarily developed by Google * Android TV, a operating system developed ...
mobile operating system A mobile operating system is an operating system used for smartphones, tablets, smartwatches, smartglasses, or other non-laptop personal mobile computing devices. While computers such as laptops are "mobile", the operating systems used on the ...
. It was first released as a developer preview on March 7, 2018, and was released publicly on August 6, 2018. On August 6, 2018, Google officially announced the final release of Android 9 under the title "Pie", with the update initially available for current
Google Pixel Google Pixel is a brand of portable Consumer electronics, consumer electronic devices developed by Google that run either ChromeOS or the Pixel version of the Android (operating system), Android operating system. The main line of Pixel products ...
devices, and releases for
Android One Android One was a family of third-party Android smartphones promoted by Google. In comparison to many third-party Android devices, which ship with a manufacturer's customized user interface and bundled apps, these devices run near-stock ver ...
devices and others to follow "later this year". The
Essential Phone The Essential Phone (officially Phone or PH-1) is a discontinued Android smartphone designed by Android co-founder Andy Rubin, and manufactured, developed and marketed by Essential Products. The phone was announced on May 30, 2017 and release ...
was the first third-party Android device to receive an update to Pie, notably coming day-and-date with its final release. The
Sony Xperia XZ3 The Sony Xperia XZ3 is an Android smartphone manufactured and marketed by Sony. Part of the Xperia X series, the device was announced to the public at a press conference held at the annual 2018 IFA Berlin event on August 30, 2018. It is the fir ...
was the first device with Android Pie pre-installed. As of January 2025, 3.59% of all Android devices ran Android Pie, whose final security update was released on January 4, 2022.


History

Android Pie, then referred to as "Android P", was first announced by Google on March 7, 2018, and the first developer preview was released on the same day. The second preview, the first beta release, was released on May 8, 2018. The third preview, called Beta 2, was released on June 6, 2018. The fourth preview, called Beta 3, was released on July 2, 2018. The final beta of Android P was released on July 25, 2018.


Features


User experience

Android Pie refreshes the operating system's user interface to utilize Material Design 2; the revamp provides more variance in aesthetics, encouraging the creation of custom "themes" for the base guidelines and
components Component may refer to: In engineering, science, and technology Generic systems *System components, an entity with discrete structure, such as an assembly or software module, within a system considered at a particular level of analysis * Lumped e ...
rather than a standardized appearance. Bottom-aligned navigation bars are also more prominent. As applied to Android Pie's interface, rounded corners (influenced by the proprietary Google theme used by in-house software implementing Material Design 2) are more prominent. Pie adds official support for screen cutouts (including "notches" and "hole-punch" designs), including APIs for adjusting UI elements and behaviors depending on their size and position. Android certification requirements restrict devices to two cutouts, which may only be along the top or bottom of the screen. The most significant user interface change on Pie is a redesigned on-screen navigation bar. Unlike previous versions of Android, it only consists of a slim home button, and a back button rendered only when available. The bar utilizes gesture navigation: swiping up opens the "Overview" screen, a redesign of the existing recent apps menu. Swiping the handle to the right activates application switching. The gesture bar is used primarily on new devices such as the
Pixel 3 The Pixel 3 and Pixel 3 XL are a pair of Android smartphones designed, developed, and marketed by Google as part of the Google Pixel product line. They collectively serve as the successors to the Pixel 2 and Pixel 2 XL. They were officially ann ...
; existing devices may either use the previous navigation key setup or offer the ability to opt into gesture navigation. As opposed to the previous recent apps menu, Overview utilizes a horizontal layout rather than vertical, and text may also be selected and copied from apps appearing there (although this uses OCR rather than the native text as to conserve resources). The Pixel Launcher exclusively supports the ability to access the app drawer and most recently used apps from the overview as well. However, this integration is proprietary, as there are no current plans to offer the necessary integration to third-party software due to security concerns. In addition, when rotation lock is enabled, rotating the device causes a screen rotation button to appear on the navigation bar. The
notification area The taskbar is a graphical user interface element that has been part of Microsoft Windows since Windows 95, displaying and facilitating switching between running programs. The taskbar and the associated Start Menu were created and named in 1993 b ...
was redesigned, with the clock moved to the left, and the number of icons that may be displayed at once limited to four, in order to accommodate displays that may have "notch" cutouts in the center. The drop-down panels attached to quick settings items have been removed; long-pressing a toggle directs users to the relevant settings screen. Notifications for chats can now be threaded, displaying previous messages within (complementing the existing inline reply functionality). If a particular type of notification is frequently dismissed, the user will now be offered to disable it. The Do Not Disturb mode has been overhauled with a larger array of settings. The power menu now contains a screenshot button (which itself now supports cropping an image after taking one), and an optional "lockdown" mode that disables biometric unlock methods. The volume pop-up now only controls media volume, as well as the choice of sound, vibrate, or silent modes for notifications. Users are directed to the settings menu to change the volume of notifications. A magnifier display has been added to text selection, and "smart linkify" offers access to relevant apps if particular types of text (such as phone numbers or addresses) are highlighted. Pie introduced
Digital Wellbeing Digital Wellbeing is a feature on Android developed by Google. It was announced during the Google I/O event 2018 as an approach that would help users learn how to balance their digital lives by tracking how much time they spend on any particular ...
, a feature aimed at curbing
smartphone addiction A smartphone is a mobile phone with advanced computing capabilities. It typically has a touchscreen interface, allowing users to access a wide range of applications and services, such as web browsing, email, and social media, as well as multi ...
.


Platform

Android Pie introduces a major change to power management, using algorithms to prioritize background activity by apps based on long-term usage patterns and predictions, dividing apps into "Active", "Working Set" (run often), "Frequent", "Rare", and "Never". Similar "adaptive brightness" settings are adjusted automatically based on detected lighting conditions. Both of these features were developed in collaboration with
DeepMind DeepMind Technologies Limited, trading as Google DeepMind or simply DeepMind, is a British–American artificial intelligence research laboratory which serves as a subsidiary of Alphabet Inc. Founded in the UK in 2010, it was acquired by Go ...
. The "PrecomputedText" API (also available as a compatibility library compatible with
Android 4.0 Android Ice Cream Sandwich (or Android 4.0) is the fourth major version of the Android mobile operating system developed by Google. Unveiled on October 19, 2011, Android 4.0 built upon the significant changes made by the tablet-only release Andro ...
and newer) can be used to perform text display processing in a background thread as opposed to a UI thread to improve performance. The fingerprint authentication API has also been revamped to account for different types of biometric authentication experiences (including face scanning and in-screen fingerprint readers).
Android Runtime Android Runtime (ART) is an application runtime environment used by the Android operating system. Replacing Dalvik, the process virtual machine originally used by Android, ART performs the translation of some of the application's bytecode i ...
(ART) can now create compressed bytecode files. In addition, ART's
profile-guided optimization In computer programming, profile-guided optimization (PGO, sometimes pronounced as ''pogo''), also known as profile-directed feedback (PDF) or feedback-directed optimization (FDO), is the compiler optimization technique of using prior analyses of ...
introduced in Android 7.0 is further enhanced in Android Pie by uploading the profiler data to
Google Play Google Play, also known as the Google Play Store, Play Store, or sometimes the Android Store (and was formerly Android Market), is a digital distribution service operated and developed by Google. It serves as the official app store for certifie ...
servers; the data is bundled with apps when downloaded by users with a similar device. This allows fresh app installs to have improved startup performance. Apps targeting older Android API levels (beginning with Android 4.2) display a warning when launched. The Google Play Store is now requiring all apps to target an API level released within the past year, and will also mandate 64-bit support in 2019. Android Pie supports
IEEE 802.11mc Task Group mc (TGmc) of the IEEE 802.11 Working Group, sometimes referred to as IEEE 802.11mc, was the third maintenance/revision group for the IEEE 802.11 WLAN standards. Purpose was to incorporate accumulated maintenance changes (editorial and t ...
, including
Wi-Fi Round Trip Time Task Group mc (TGmc) of the IEEE 802.11 Working Group, sometimes referred to as IEEE 802.11mc, was the third maintenance/revision group for the IEEE 802.11 WLAN standards. Purpose was to incorporate accumulated maintenance changes (editorial and t ...
for location positioning. The camera API now supports accessing multiple cameras at once. Apps may no longer perform background audio or video recording unless they run a foreground service. There is support for the
High Efficiency Image File Format High Efficiency Image File Format (HEIF) is a digital container format for storing individual digital images and image sequences. The standard covers multimedia files that can also include other media streams, such as timed text, audio and vid ...
(subject to patent licensing and hardware support) and VP9 Profile 2.
DNS over TLS DNS over TLS (DoT) is a network security protocol for encrypting and wrapping Domain Name System (DNS) queries and answers via the Transport Layer Security (TLS) protocol. The goal of the method is to increase user privacy and security by prevent ...
is supported under the name "Private DNS".
Android Go Android Go, officially Android (Go edition), is a stripped-down version of the Android operating system, designed for low-end and ultra-budget smartphones (but also used by some tablets). It is intended for smartphones with 2  GB of RAM o ...
for Android Pie uses less storage than the previous release, and has enhancements to security and storage tracking.


Reception

Shortly after its launch, several users on Pixel devices and the
Essential Phone The Essential Phone (officially Phone or PH-1) is a discontinued Android smartphone designed by Android co-founder Andy Rubin, and manufactured, developed and marketed by Essential Products. The phone was announced on May 30, 2017 and release ...
noted a decrease in battery life. As Android Pie became available to more phones, some users on various devices reported similar comparisons.


See also

*
Android version history The version history of the Android mobile operating system began with the public release of its first beta on November 5, 2007. The first commercial version, Android 1.0, was released on September 23, 2008. The operating system has been develope ...


References


External links

* * {{Portal bar, Internet 2018 software Android (operating system) versions