Epstein Files Full PDF

CLICK HERE
Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
teknopedia

  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
Flag Counter
  1. World Encyclopedia
  2. Android 16 - Wikipedia
Android 16 - Wikipedia
From Wikipedia, the free encyclopedia
2025 Android mobile operating system
This article is about the operating system version. For the fictional character, see Android 16 (Dragon Ball).

Operating system
Android 16
Version of the Android operating system
Android 16 homescreen with Pixel Launcher
DeveloperGoogle
OS familyAndroid
Source modelOpen-source software[1]
General
availability
June 10, 2025; 8 months ago (2025-06-10)
Latest release16.0.0_r4 (BP4A.251205.006)[2] / December 2, 2025; 3 months ago (2025-12-02)
Kernel typeMonolithic (Linux)
Preceded byAndroid 15
Official websiteandroid.com/16
Support status
Supported

Android 16 is the sixteenth, the current major release and the 23rd version of Android, the mobile operating system developed by the Open Handset Alliance and led by Google. The first developer preview was released on November 19, 2024.[3] The first beta was released on January 23, 2025.[4] Google released the final version on June 10, 2025.[5]

As of January 2026[update], 15.84% of Android devices run Android 16, making it second-most widely used version of Android.[6]

History

[edit]
Android 16's Developer Preview logo

Android 16 is internally codenamed "Baklava".[7] This naming choice marks a departure from the traditional alphabetical order of dessert-themed codenames which had been a hallmark of earlier Android versions.[8] The shift to "Baklava" reflects Google's recent changes in its development approach, particularly its "Trunk Stable Project", which streamlined build processes and naming conventions starting with Android 14.[9]

The first developer preview (DP1) of Android 16 was released on November 19, 2024. A second developer preview was released on December 18, 2024. The first beta was released on January 23, 2025, with the second beta released shortly after on February 13, 2025. The third beta, released on March 13, 2025, marked the platform's stability milestone.[10] The fourth and last scheduled beta of Android 16 was released on April 17, 2025.[11]

Android 16 is based on Linux kernel version 6.12, although some devices still run earlier versions underneath (including versions 6.1 and 6.6 on most Google Pixel devices).

Features

[edit]

The official release notes state that the following features were introduced in Android 16:[12]

User interface

[edit]

Android 16 introduces an overhaul to the operating system's Material Design language, branded as "Material 3 Expressive", which features increased use of animation, colors, and blur.[13] Material 3 Expressive was not included in the initial release of Android 16;[14] in September 2025 it began to be deployed to Pixel phones (Pixel 6 and newer) and the Pixel Tablet.[15]

Desktop mode

[edit]

Android 16 introduces a desktop mode for tablets, similar to ChromeOS and Samsung DeX.[16][17] The desktop mode is not included in the initial release of Android 16 and is instead scheduled for release later in 2025.[18]

Linux terminal

[edit]

In Android 16, Google expanded the "Linux Terminal" feature, which was initially introduced in Android 15 QPR2 beta, allowing users to run Linux applications within a virtual machine on their devices. This feature utilizes the Android Virtualization Framework (AVF) to create a Debian-based environment where users can execute Linux commands and graphical applications. The guest operating system is fully isolated by the hypervisor (KVM or gunyah) and manages its own resources with its own Linux kernel. Notably, it supports running classic software such as Doom, demonstrating its ability to run full desktop applications.[19]

Embedded photo picker

[edit]

The Android photo picker now supports cloud-based media services like Google Photos. Users can seamlessly select photos stored in their cloud accounts, eliminating the need to switch between apps. Additionally, the picker integrates cloud albums alongside local content. The embedded picker can now respond to configuration changes such as screen orientation and theme changes, can hide the overflow menu and preview features, and includes a selection bar and a snack bar that can be expanded or collapsed.[20] Additionally, the picker now includes search functionality, enabling users to search for specific photos and videos within their local and cloud storage.[21]

Health records

[edit]

Android 16 introduces enhanced functionality in Health Connect, allowing apps to access and manage medical data through a new set of APIs. The initial developer preview includes support for writing medical records in Fast Healthcare Interoperability Resources (FHIR), a standardized format for managing electronic health records across different healthcare systems. This feature currently focuses on immunization records, with plans to expand support for lab results, medications, and more. Apps can utilize permissions such as android.permission.health.READ_MEDICAL_DATA_IMMUNIZATION and android.permission.health.WRITE_MEDICAL_DATA to interact with this data, with explicit user consent required.[22]

Privacy Sandbox on Android

[edit]

This feature limits tracking mechanisms by utilizing anonymized data and local processing to deliver personalized content without compromising user privacy.[12]

Audio sharing

[edit]

Android 16 utilizes Bluetooth LE Audio's Auracast technology. This allows users to stream audio to multiple Bluetooth devices simultaneously, such as headphones or speakers, without complex pairing. To use this feature, both the source device and receiving devices must support Bluetooth LE Audio.[23]

Notification cooldown

[edit]

The notification cooldown feature in Android 16 aims to reduce distractions from rapid notification bursts. When multiple notifications are received in quick succession, this feature temporarily lowers the notification sound and minimizes alerts for up to two minutes. This adjustment does not affect priority notifications, such as calls or alarms, allowing users to maintain focus while still receiving critical updates.[24]

Adaptive apps

[edit]

To ensure seamless functionality across various devices and screen sizes, Android 16 is removing the ability for apps to restrict screen orientation and resizability on large screens. This change encourages developers to create adaptive apps that adjust fluidly to different display dimensions and orientations. Initially, in 2025, this will affect apps targeting API level 36 on devices with screens wider than 600dp, with an opt-out option available. By 2026, the policy will extend to apps targeting API level 37, eliminating the opt-out provision.[25]

Live Updates

[edit]

Android 16 introduces "Live Updates," a new class of notifications designed to help users monitor and quickly access important ongoing activities. The new ProgressStyle notification template provides a consistent user experience for Live Updates, helping developers build progress-centric user journeys such as rideshare, delivery, and navigation. It includes support for custom icons for start, end, and current progress tracking, segments and points, user journey states, milestones, and more.[4]

APV codec support

[edit]

Android 16 introduces support for the Advanced Professional Video (APV) codec, designed for professional-level high-quality video recording and post-production. The APV codec standard offers features such as YUV 422 color sampling, 10-bit encoding, and target bitrates of up to 2 Gbit/s. A reference implementation is provided through the OpenAPV project.[4]

Vertical text rendering

[edit]

To better support languages that utilize vertical writing systems, such as Mongolian, Android 16 adds low-level support for rendering and measuring text vertically. A new flag, VERTICAL_TEXT_FLAG, has been added to the Paint class. When this flag is set, Paint's text measurement APIs will report vertical advances instead of horizontal ones, and Canvas will draw text vertically.[4]

Development

[edit]

Android 16 development began with the release of the first developer preview on November 19, 2024, followed by a second preview on December 18. These early builds introduced initial features, APIs, and behavior changes for developer feedback. The first beta version, released on January 23, 2025, marked the transition to a more stable testing phase. Platform stability was reached with Beta 3 in March, finalizing the APIs and behaviors and allowing developers to publish to the Play Store. The stable release of Android 16 was made available on June 10, 2025, earlier in the year than previous Android versions.[7]

Android 16 also introduced a revised structure for software development kit (SDK) releases. The first SDK, released in March 2025 alongside Beta 3, included new APIs, features, and behavior changes. A second SDK, expected in late 2025, is focused solely on delivering additional APIs and features without altering platform behavior. Google stated that this two-phase approach is intended to accelerate innovation in app and device development.[12][26]

Reception

[edit]

In a review for Ars Technica, Ryan Whitwam described Android 16 as "humdrum," noting that it introduced only minimal interface changes, such as revised icons and a few new features. He praised the new Advanced Protection security mode and improvements to large-screen support, which allow apps to scale automatically, though noted that many apps still displayed poorly on foldables and tablets. He said changes to the notification system—including default bundling and a new "progress notification" type—are likely to have the greatest impact on user experience.[27]

See also

[edit]
  • Android version history

References

[edit]
  1. ^ "The wait is over: Android 16 QPR1's source code is now available on AOSP". Android Authority. November 11, 2025.
  2. ^ "Android 16.0.0 release 4". Google Git.
  3. ^ Weatherbed, Jess (November 19, 2024). "Android 16 is now available for early testers". The Verge. Archived from the original on November 19, 2024. Retrieved November 20, 2024.
  4. ^ a b c d "The First Beta of Android 16". Android Developers Blog. Archived from the original on January 24, 2025. Retrieved January 24, 2025.
  5. ^ "Android 16 is out, complete with live notification updates and new camera features". Engadget. June 10, 2025. Archived from the original on June 10, 2025. Retrieved June 10, 2025.
  6. ^ "Mobile and Tablet Android version Market Share Worldwide". StatCounter Global Stats. Retrieved December 3, 2025.
  7. ^ a b "Android 16: Confirmed features, codename, leaks, release date, and everything else we know so far". Android Authority. November 19, 2024. Archived from the original on November 19, 2024. Retrieved November 20, 2024.
  8. ^ "This is Android 16's codename — and it's not what you're expecting". Android Authority. September 30, 2024. Archived from the original on May 3, 2025. Retrieved December 2, 2024.
  9. ^ "How Android feature development is changing with Trunk Stable". Android Faithful. November 15, 2024. Archived from the original on November 15, 2024. Retrieved December 2, 2024.
  10. ^ "The Third Beta of Android 16". Android Developers Blog. Archived from the original on March 13, 2025. Retrieved February 14, 2025.
  11. ^ "The Fourth Beta of Android 16". Android Developers Blog. Archived from the original on April 19, 2025. Retrieved April 19, 2025.
  12. ^ a b c "The First Developer Preview of Android 16". Android Developers Blog. Archived from the original on November 21, 2024. Retrieved November 20, 2024.
  13. ^ Li, Abner (May 13, 2025). "Google announces Android 16's Material 3 Expressive redesign". 9to5Google. Archived from the original on May 14, 2025. Retrieved May 13, 2025.
  14. ^ "Google confirms June release for Android 16 stable update". Android Authority. May 13, 2025. Archived from the original on June 9, 2025. Retrieved June 1, 2025.
  15. ^ Malik, Aisha (September 3, 2025). "Google brings Material 3 Expressive to Pixel 6 and newer devices, along with other features". TechCrunch. Archived from the original on September 3, 2025. Retrieved September 12, 2025.
  16. ^ Preston, Dominic (July 14, 2025). "Google exec: 'We're going to be combining ChromeOS and Android'". The Verge. Archived from the original on July 14, 2025. Retrieved July 14, 2025.
  17. ^ Shakir, Umar (May 2, 2025). "Android's next big feature turns your phone into a desktop". The Verge. Archived from the original on May 2, 2025. Retrieved July 14, 2025.
  18. ^ Kerns, Taylor (June 10, 2025). "Android 16 QPR1 Beta 2 is here with Google's take on Samsung's DeX mode". Android Police. Archived from the original on June 11, 2025. Retrieved July 14, 2025.
  19. ^ "Android 16's Linux Terminal will soon let you run graphical apps, so of course we ran Doom". Android Authority. January 30, 2025. Archived from the original on February 17, 2025. Retrieved February 17, 2025.
  20. ^ Rahman, Mishaal (November 19, 2024). "Android 16 will make the Photo Picker feel more integrated in apps". Android Police. Archived from the original on November 22, 2024. Retrieved November 24, 2024.
  21. ^ "The Second Developer Preview of Android 16". Android Developers Blog. Archived from the original on December 18, 2024. Retrieved December 20, 2024.
  22. ^ Rahman, Mishaal (November 19, 2024). "Health Connect is adding support for medical records in Android 16". Android Police. Archived from the original on November 20, 2024. Retrieved November 24, 2024.
  23. ^ "Android 16 will let you share audio to multiple Bluetooth devices at once". Android Authority. November 19, 2024. Archived from the original on November 21, 2024. Retrieved November 30, 2024.
  24. ^ "Android 16's notification cooldown feature will save you from notification spam". Android Authority. November 19, 2024. Archived from the original on November 21, 2024. Retrieved November 30, 2024.
  25. ^ "The future is adaptive: Changes to orientation and resizability APIs in Android 16". Android Developers Blog. Archived from the original on January 23, 2025. Retrieved January 24, 2025.
  26. ^ "Android 16 Preview". Android Developers. Archived from the original on January 24, 2025. Retrieved December 20, 2024.
  27. ^ Whitwam, Ryan (June 28, 2025). "Android 16 review: Post-hype". Ars Technica. Archived from the original on June 30, 2025. Retrieved June 30, 2025.

External links

[edit]

Media related to Android 16 (operating system) at Wikimedia Commons

  • Official website
  • v
  • t
  • e
Android
  • Android Go
    • Comparison of products
Software
development
Development tools
Official
  • Android Runtime (ART)
  • Software development kit (SDK)
    • Android Debug Bridge (ADB)
    • Fastboot
    • Android App Bundle
    • Android application package (APK)
  • Bionic
  • Dalvik
  • Firebase
    • Google Cloud Messaging (GCM)
    • Firebase Cloud Messaging (FCM)
  • Google Mobile Services (GMS)
  • Jetpack Compose
  • Native development kit (NDK)
  • Open accessory development kit (OADK)
  • RenderScript
  • Skia
  • AdMob
  • Material Design
  • Fonts
    • Droid
    • Roboto
    • Noto
  • Google Developers
Other
  • OpenBinder
  • Apache Harmony
  • OpenJDK
  • Gradle
  • GSON
Integrated development
environments
(IDE)
  • Android Studio
    • IntelliJ IDEA
  • Eclipse
    • Android Development Tools (ADT)
  • MIT App Inventor
Languages, databases
  • Java
  • Kotlin
  • XML
    • KML
  • C
  • C++
  • SQLite
Augmented reality and virtual reality
  • Android XR
  • Cardboard
  • Daydream
Events, communities
  • Google I/O
  • Developer Challenge
  • Developer Lab
  • Android Open Source Project (AOSP)
Releases
  • Cupcake (1.5)
  • Donut (1.6)
  • Eclair (2.0–2.1)
  • Froyo (2.2)
  • Gingerbread (2.3)
  • Honeycomb (3.x)
  • Ice Cream Sandwich (4.0)
  • Jelly Bean (4.1–4.3)
  • KitKat (4.4)
  • Lollipop (5.x)
  • Marshmallow (6.x)
  • Nougat (7.x)
  • Oreo (8.x)
  • Pie (9)
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
Derivatives
  • Android Automotive
  • Android Things
  • TV
    • devices
  • Android XR
  • Wear OS
Devices
Pixel
  • C
  • Pixel & Pixel XL
  • 2 & 2 XL
  • 3 & 3 XL
    • 3a & 3a XL
  • 4 & 4 XL
    • 4a & 4a (5G)
  • 5
    • 5a
  • 6 & 6 Pro
    • 6a
  • 7 & 7 Pro
    • 7a
  • Fold
  • Tablet
  • 8 & 8 Pro
    • 8a
  • 9, 9 Pro & 9 Pro XL
    • 9 Pro Fold
    • 9a
Nexus
  • One
  • S
  • Galaxy Nexus
  • 4
  • 10
  • Q
  • 5
    • 5X
  • 6
    • 6P
  • 7
    • 2012
    • 2013
  • 9
  • Player
Play edition
  • HTC One (M7)
  • HTC One (M8)
  • LG G Pad 8.3
  • Moto G
  • Samsung Galaxy S4
  • Sony Xperia Z Ultra
  • Android One
  • other smartphones
Custom
distributions
  • AliOS
  • Android-x86
    • Remix OS
  • AOKP
  • Baidu Yi
  • Barnes & Noble Nook
  • CalyxOS
  • ColorOS
    • OxygenOS
    • realme UI
  • CopperheadOS
  • EMUI
    • MagicOS
  • Fire OS
  • Flyme OS
  • GrapheneOS
  • LeWa OS
  • LineageOS
    • /e/
    • CrDroid
    • CyanogenMod
    • DivestOS
    • iodéOS
    • Kali NetHunter
  • LiteOS
  • Meta Horizon OS
  • MicroG
  • Nokia X software platform
  • OmniROM
  • OPhone
  • PixelExperience
  • Pixel UI
  • Replicant
  • Resurrection Remix OS
  • SlimRoms
  • TCL UI
  • Ubuntu for Android
  • Xiaomi HyperOS
    • MIUI
  • XobotOS
  • ZUI
Booting and
recovery
  • Booting process
  • Recovery mode
    • TWRP
    • ClockworkMod
  • Fastboot
APIs
  • Google Maps
  • Google Play Services
    • SafetyNet/Play Integrity API
  • Google Search
Alternative UIs
  • Cherry OS
  • ColorOS
  • EMUI
  • Funtouch OS
  • Flyme OS
  • HiOS
  • Hive UI (XOLO Hive)
  • HTC Sense
  • LG UX
    • Optimus UI
  • Motoblur
  • Nothing OS
  • One UI
    • Experience
    • TouchWiz
  • Origin OS
  • OxygenOS
  • Pixel UI
  • XOS
  • Xperia UI
  • ZenUI
Rooting
  • SuperSU
  • Magisk
  • Kingo Root
  • Kernel Assisted Superuser
Lists
  • Custom distributions
  • Features
  • Free and open-source applications
  • Google apps
  • Launchers
Related topics
  • Index of articles
  • Androidland
  • Chromecast
  • Google
  • Java vs. Android API
  • Lawn statues
  • BlueStacks
  • Legal issues
    • Google v. Oracle
    • smartphone patent wars
  • Android Runtime for Chrome
  • Category:Android development
  • Category:Mobile telecommunications
  • Software portal
  • Telecommunication portal
  • v
  • t
  • e
Google
a subsidiary of Alphabet
Company
Divisions
  • AI
  • Area 120
  • ATAP
  • Brain
  • China
  • Cloud Platform
  • Energy
  • Google.org
    • Crisis Response
  • Health
  • Registry
Subsidiaries
Active
  • DeepMind
  • Fitbit
  • ITA Software
  • Jigsaw
  • Looker
  • Mandiant
  • Security Operations
  • Owlchemy Labs
Defunct
  • Actifio
  • Adscape
  • Akwan Information Technologies
  • Anvato
  • Apigee
  • BandPage
  • Bitium
  • BufferBox
  • Crashlytics
  • Dodgeball
  • DoubleClick
  • Dropcam
  • Endoxon
  • Flutter
  • Global IP Solutions
  • Green Throttle Games
  • GreenBorder
  • Gridcentric
  • ImageAmerica
  • Impermium
  • Invite Media
  • Kaltix
  • Marratech
  • Meebo
  • Metaweb
  • Neotonic Software
  • Neverware
  • Nik Software
  • Orbitera
  • Pyra Labs
  • Quest Visual
  • Reqwireless
  • RightsFlow
  • Sidewalk Labs
  • SlickLogin
  • Titan Aerospace
  • Typhoon Studios
  • Urban Engines
  • Vicarious
  • Viewdle
  • Wavii
  • Wildfire Interactive
  • YouTube Next Lab and Audience Development Group
Programs
  • Business Groups
  • Computing University Initiative
  • Contact Lens
  • Content ID
  • CrossCheck
  • Data Liberation Front
  • Data Transfer Project
  • Developer Expert
  • DigiKavach
  • DigiPivot
  • Digital Garage
  • Digital News Initiative
  • Digital Unlocked
  • Dragonfly
  • Founders' Award
  • Free Zone
  • Get Your Business Online
  • Google for Education
  • Google for Startups
  • Living Stories
  • Made with Code
  • News Lab
  • PowerMeter
  • Privacy Sandbox
  • Project Nightingale
  • Project Nimbus
  • Project Sunroof
  • Project Zero
  • Quantum Artificial Intelligence Lab
  • RechargeIT
  • Sensorvault
  • Silicon Initiative
  • Solve for X
  • Street View Trusted
  • Student Ambassador Program
  • Vevo
  • YouTube BrandConnect
  • YouTube Creator Awards
  • YouTube Select
  • YouTube Original Channel Initiative
  • Year in Search
  • YouTube Rewind
    • 2018
    • 2019
Events
  • AlphaGo versus Fan Hui
  • AlphaGo versus Lee Sedol
  • AlphaGo versus Ke Jie
  • Android Developer Challenge
  • Android Developer Day
  • Android Developer Lab
  • CNN/YouTube presidential debates
  • Code-in
  • Code Jam
  • Developer Day
  • Developers Live
  • Doodle4Google
  • Future of Go Summit
  • G-Day
  • Hash Code
  • I/O
  • Lunar X Prize
  • Mapathon
  • Science Fair
  • Summer of Code
  • World Chess Championship 2024
  • YouTube Awards
  • YouTube Comedy Week
  • YouTube Live
  • YouTube Music Awards
    • 2013
    • 2015
  • YouTube Space Lab
  • YouTube Symphony Orchestra
Infrastructure
  • 111 Eighth Avenue
  • Android lawn statues
  • Androidland
  • Barges
  • Binoculars Building
  • Central Saint Giles
  • Chelsea Market
  • Chrome Zone
  • Data centers
  • GeoEye-1
  • Googleplex
  • Ivanpah Solar Power Facility
  • James R. Thompson Center
  • King's Cross
  • Mayfield Mall
  • Pier 57
  • Sidewalk Toronto
  • St. John's Terminal
  • Submarine cables
    • Dunant
    • Grace Hopper
    • Unity
  • WiFi
  • YouTube Space
  • YouTube Theater
People
Current
  • Krishna Bharat
  • Vint Cerf
  • Jeff Dean
  • John Doerr
  • Sanjay Ghemawat
  • Al Gore
  • John L. Hennessy
  • Urs Hölzle
  • Salar Kamangar
  • Ray Kurzweil
  • Ann Mather
  • Alan Mulally
  • Rick Osterloh
  • Sundar Pichai (CEO)
  • Ruth Porat (CFO)
  • Rajen Sheth
  • Hal Varian
  • Neal Mohan
Former
  • Andy Bechtolsheim
  • Sergey Brin (co-founder)
  • David Cheriton
  • Matt Cutts
  • David Drummond
  • Alan Eustace
  • Timnit Gebru
  • Omid Kordestani
  • Paul Otellini
  • Larry Page (co-founder)
  • Patrick Pichette
  • Eric Schmidt
  • Ram Shriram
  • Amit Singhal
  • Shirley M. Tilghman
  • Rachel Whetstone
  • Susan Wojcicki
Criticism
General
  • Censorship
  • DeGoogle
  • FairSearch
  • "Google's Ideological Echo Chamber"
  • No Tech for Apartheid
  • Privacy concerns
    • Street View
    • YouTube
  • Trade unions
    • Alphabet Workers Union
  • YouTube copyright issues
Incidents
  • Backdoor advertisement controversy
  • Blocking of YouTube videos in Germany
  • Data breach
  • Elsagate
  • Fantastic Adventures scandal
  • Kohistan video case
  • Reactions to Innocence of Muslims
  • San Francisco tech bus protests
  • Services outages
  • Slovenian government incident
  • Walkouts
  • YouTube headquarters shooting
Other
  • Android apps
  • April Fools' Day jokes
  • Doodles
    • Doodle Champion Island Games
    • Magic Cat Academy
    • Pac-Man
  • Easter eggs
  • History
    • Gmail
    • Search
    • YouTube
  • Logo
  • Material Design
  • Mergers and acquisitions
Development
Software
A–C
  • Accelerated Linear Algebra
  • AMP
  • Actions on Google
  • ALTS
  • American Fuzzy Lop
  • Android Cloud to Device Messaging
  • Android Debug Bridge
  • Android NDK
  • Android Runtime
  • Android SDK
  • Android Studio
  • Angular
  • AngularJS
  • Apache Beam
  • APIs
  • App Engine
  • App Inventor
  • App Maker
  • App Runtime for Chrome
  • AppJet
  • Apps Script
  • AppSheet
  • ARCore
  • Base
  • Bazel
  • BeyondCorp
  • Bigtable
  • BigQuery
  • Bionic
  • Blockly
  • Borg
  • Caja
  • Cameyo
  • Chart API
  • Charts
  • Chrome Frame
  • Chromium
    • Blink
  • Closure Tools
  • Cloud Connect
  • Cloud Dataflow
  • Cloud Datastore
  • Cloud Messaging
  • Cloud Shell
  • Cloud Storage
  • Code Search
  • Compute Engine
  • Cpplint
D–N
  • Dalvik
  • Data Protocol
  • Dialogflow
  • Exposure Notification
  • Fast Pair
  • Fastboot
  • Federated Learning of Cohorts
  • File System
  • Firebase
  • Firebase Studio
  • Firebase Cloud Messaging
  • FlatBuffers
  • Flutter
  • Freebase
  • Gadgets
  • Ganeti
  • Gears
  • Gerrit
  • Global Cache
  • GLOP
  • gRPC
  • Gson
  • Guava
  • Guetzli
  • Guice
  • gVisor
  • GYP
  • JAX
  • Jetpack Compose
  • Keyhole Markup Language
  • Kubernetes
  • Kythe
  • LevelDB
  • Lighthouse
  • Looker Studio
  • lmctfy
  • MapReduce
  • Mashup Editor
  • Matter
  • Mobile Services
  • Namebench
  • Native Client
  • Neatx
  • Neural Machine Translation
  • Nomulus
O–Z
  • Open Location Code
  • OpenRefine
  • OpenSocial
  • Optimize
  • OR-Tools
  • Pack
  • PageSpeed
  • Piper
  • Plugin for Eclipse
  • Polymer
  • Programmable Search Engine
  • Project Shield
  • Public DNS
  • reCAPTCHA
  • RenderScript
  • SafetyNet
  • SageTV
  • Schema.org
  • Search Console
  • Shell
  • Sitemaps
  • Skia Graphics Engine
  • Spanner
  • Sputnik
  • Stackdriver
  • Swiffy
  • Tango
  • TensorFlow
  • Tesseract
  • Test
  • Translator Toolkit
  • Urchin
    • UTM parameters
  • V8
  • VirusTotal
  • VisBug
  • Wave Federation Protocol
  • Weave
  • Web Accelerator
  • Web Designer
  • Web Server
  • Web Toolkit
  • Webdriver Torso
  • WebRTC
Operating systems
  • Android
    • Cupcake
    • Donut
    • Eclair
    • Froyo
    • Gingerbread
    • Honeycomb
    • Ice Cream Sandwich
    • Jelly Bean
    • KitKat
    • Lollipop
    • Marshmallow
    • Nougat
    • Oreo
    • Pie
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • version history
    • smartphones
  • Android Automotive
  • Android Go
    • devices
  • Android Things
  • Android TV
    • devices
  • Android XR
  • ChromeOS
  • ChromeOS Flex
  • ChromiumOS
  • Fuchsia
  • Glass OS
  • gLinux
  • Goobuntu
  • TV
    • 2010–2014
    • 2020–present
  • Wear OS
Machine learning models
  • BERT
  • Chinchilla
  • DreamBooth
  • Gemini
  • Gemma
  • Imagen (2023)
  • LaMDA
  • PaLM
  • T5
  • Veo (text-to-video model)
  • VideoPoet
  • XLNet
Neural networks
  • EfficientNet
  • Gato
  • Inception
  • MobileNet
  • Transformer
  • WaveNet
Computer programs
  • AlphaDev
  • AlphaFold
  • AlphaGeometry
  • AlphaGo
  • AlphaGo Zero
  • AlphaStar
  • AlphaZero
  • Master
  • MuZero
Formats and codecs
  • AAB
  • APK
  • AV1
  • iLBC
  • iSAC
  • libvpx
  • Lyra
  • Protocol Buffers
  • Ultra HDR
  • VP3
  • VP6
  • VP8
  • VP9
  • WebM
  • WebP
  • WOFF2
Programming languages
  • Carbon
  • Dart
  • Go
  • Sawzall
Search algorithms
  • Googlebot
  • Hummingbird
  • Mobilegeddon
  • PageRank
    • matrix
  • Panda
  • Penguin
  • Pigeon
  • RankBrain
Domain names
  • .app
  • .dev
  • .google
  • .zip
  • g.co
  • google.by
Typefaces
  • Croscore
  • Noto
  • Product Sans
  • Roboto
Software
A
  • Aardvark
  • Account
    • Dashboard
    • Takeout
  • Ad Manager
  • AdMob
  • Ads
  • AdSense
  • Affiliate Network
  • Alerts
  • Allo
  • Analytics
  • Antigravity
  • Android Auto
  • Android Beam
  • Answers
  • Apture
  • Arts & Culture
  • Assistant
  • Attribution
  • Authenticator
B
  • BebaPay
  • BeatThatQuote.com
  • Beam
  • Blog Search
  • Blogger
  • Body
  • Bookmarks
  • Books
    • Ngram Viewer
  • Browser Sync
  • Building Maker
  • Bump
  • BumpTop
  • Buzz
C
  • Calendar
  • Cast
  • Catalogs
  • Chat
  • Checkout
  • Chrome
  • Chrome Apps
  • Chrome Experiments
  • Chrome Remote Desktop
  • Chrome Web Store
  • Classroom
  • Cloud Print
  • Cloud Search
  • Contacts
  • Contributor
  • Crowdsource
  • Currents (social app)
  • Currents (news app)
D
  • Data Commons
  • Dataset Search
  • Desktop
  • Dictionary
  • Dinosaur Game
  • Directory
  • Docs
  • Docs Editors
  • Domains
  • Drawings
  • Drive
  • Duo
E
  • Earth
  • Etherpad
  • Expeditions
  • Express
F
  • Family Link
  • Fast Flip
  • FeedBurner
  • fflick
  • Fi Wireless
  • Finance
  • Files
  • Find Hub
  • Fit
  • Flights
  • Flu Trends
  • Fonts
  • Forms
  • Friend Connect
  • Fusion Tables
G
  • Gboard
  • Gemini
    • Nano Banana
  • Gesture Search
  • Gizmo5
  • Google+
  • Gmail
  • Goggles
  • GOOG-411
  • Grasshopper
  • Groups
H
  • Hangouts
  • Helpouts
  • Home
I
  • iGoogle
  • Images
    • Image Labeler
  • Image Swirl
  • Inbox by Gmail
  • Input Tools
    • Japanese Input
    • Pinyin
  • Insights for Search
J
  • Jaiku
  • Jamboard
K
  • Kaggle
  • Keep
  • Knol
L
  • Labs
  • Latitude
  • Lens
  • Like.com
  • Live Transcribe
  • Lively
M
  • Map Maker
  • Maps
  • Maps Navigation
  • Marketing Platform
  • Meet
  • Messages
  • Moderator
  • My Tracks
N
  • Nearby Share
  • News
  • News & Weather
  • News Archive
  • Notebook
  • NotebookLM
  • Now
O
  • Offers
  • One
  • One Pass
  • Opinion Rewards
  • Orkut
  • Oyster
P
  • Panoramio
  • PaperofRecord.com
  • Patents
  • Page Creator
  • Pay (mobile app)
  • Pay (payment method)
  • Pay Send
  • People Cards
  • Person Finder
  • Personalized Search
  • Photomath
  • Photos
  • Picasa
  • Picasa Web Albums
  • Picnik
  • Pixel Camera
  • Play
  • Play Books
  • Play Games
  • Play Music
  • Play Newsstand
  • Play Pass
  • Play Services
  • Podcasts
  • Poly
  • Postini
  • PostRank
  • Primer
  • Public Alerts
  • Public Data Explorer
Q
  • Question Hub
  • Quick, Draw!
  • Quick Search Box
  • Quick Share
  • Quickoffice
R
  • Read Along
  • Reader
  • Reply
S
  • Safe Browsing
  • SageTV
  • Santa Tracker
  • Schemer
  • Scholar
  • Search
    • AI Overviews
    • Knowledge Graph
    • SafeSearch
  • Searchwiki
  • Sheets
  • Shoploop
  • Shopping
  • Sidewiki
  • Sites
  • Slides
  • Snapseed
  • Socratic
  • Softcard
  • Songza
  • Sound Amplifier
  • Spaces
  • Sparrow (chatbot)
  • Sparrow (email client)
  • Speech Recognition & Synthesis
  • Squared
  • Stadia
  • Station
  • Store
  • Street View
  • Surveys
  • Sync
T
  • Tables
  • Talk
  • TalkBack
  • Tasks
  • Tenor
  • Tez
  • Tilt Brush
  • Toolbar
  • Toontastic 3D
  • Translate
  • Travel
  • Trendalyzer
  • Trends
  • TV
U
  • URL Shortener
V
  • Video
  • Vids
  • Voice
  • Voice Access
  • Voice Search
W
  • Wallet
  • Wave
  • Waze
  • WDYL
  • Web Light
  • Where Is My Train
  • Widevine
  • Wiz
  • Word Lens
  • Workspace
  • Workspace Marketplace
Y
  • YouTube
  • YouTube Kids
  • YouTube Music
  • YouTube Premium
  • YouTube Shorts
  • YouTube Studio
  • YouTube TV
  • YouTube VR
Hardware
Pixel
Smartphones
  • Pixel (2016)
  • Pixel 2 (2017)
  • Pixel 3 (2018)
  • Pixel 3a (2019)
  • Pixel 4 (2019)
  • Pixel 4a (2020)
  • Pixel 5 (2020)
  • Pixel 5a (2021)
  • Pixel 6 (2021)
  • Pixel 6a (2022)
  • Pixel 7 (2022)
  • Pixel 7a (2023)
  • Pixel Fold (2023)
  • Pixel 8 (2023)
  • Pixel 8a (2024)
  • Pixel 9 (2024)
  • Pixel 9 Pro Fold (2024)
  • Pixel 9a (2025)
  • Pixel 10 (2025)
  • Pixel 10 Pro Fold (2025)
Smartwatches
  • Pixel Watch (2022)
  • Pixel Watch 2 (2023)
  • Pixel Watch 3 (2024)
  • Pixel Watch 4 (2025)
Tablets
  • Pixel C (2015)
  • Pixel Slate (2018)
  • Pixel Tablet (2023)
Laptops
  • Chromebook Pixel (2013–2015)
  • Pixelbook (2017)
  • Pixelbook Go (2019)
Other
  • Pixel Buds (2017–present)
Nexus
Smartphones
  • Nexus One (2010)
  • Nexus S (2010)
  • Galaxy Nexus (2011)
  • Nexus 4 (2012)
  • Nexus 5 (2013)
  • Nexus 6 (2014)
  • Nexus 5X (2015)
  • Nexus 6P (2015)
Tablets
  • Nexus 7 (2012)
  • Nexus 10 (2012)
  • Nexus 7 (2013)
  • Nexus 9 (2014)
Other
  • Nexus Q (2012)
  • Nexus Player (2014)
Other
  • Android Dev Phone
  • Android One
  • Cardboard
  • Chromebit
  • Chromebook
  • Chromebox
  • Chromecast
  • Clips
  • Daydream
  • Fitbit
  • Glass
  • Liftware
  • Liquid Galaxy
  • Nest
    • smart speakers
    • Thermostat
    • Wifi
  • Play Edition
  • Project Ara
  • OnHub
  • Pixel Visual Core
  • Project Iris
  • Search Appliance
  • Sycamore processor
  • Tensor
  • Tensor Processing Unit
  • Titan Security Key
  • v
  • t
  • e
Litigation
Advertising
  • Feldman v. Google, Inc. (2007)
  • Rescuecom Corp. v. Google Inc. (2009)
  • Goddard v. Google, Inc. (2009)
  • Rosetta Stone Ltd. v. Google, Inc. (2012)
  • Google, Inc. v. American Blind & Wallpaper Factory, Inc. (2017)
  • Jedi Blue
Antitrust
  • European Union (2010–present)
  • United States v. Adobe Systems, Inc., Apple Inc., Google Inc., Intel Corporation, Intuit, Inc., and Pixar (2011)
  • Umar Javeed, Sukarma Thapar, Aaqib Javeed vs. Google LLC and Ors. (2019)
  • United States v. Google LLC (2020)
  • Epic Games v. Google (2021)
  • United States v. Google LLC (2023)
Intellectual
property
  • Perfect 10, Inc. v. Amazon.com, Inc. (2007)
  • Viacom International, Inc. v. YouTube, Inc. (2010)
  • Lenz v. Universal Music Corp.(2015)
  • Authors Guild, Inc. v. Google, Inc. (2015)
  • Field v. Google, Inc. (2016)
  • Google LLC v. Oracle America, Inc. (2021)
  • Smartphone patent wars
Privacy
  • Rocky Mountain Bank v. Google, Inc. (2009)
  • Hibnick v. Google, Inc. (2010)
  • United States v. Google Inc. (2012)
  • Judgement of the German Federal Court of Justice on Google's autocomplete function (2013)
  • Joffe v. Google, Inc. (2013)
  • Mosley v SARL Google (2013)
  • Google Spain v AEPD and Mario Costeja González (2014)
  • Frank v. Gaos (2019)
Other
  • Garcia v. Google, Inc. (2015)
  • Google LLC v Defteros (2020)
  • Gonzalez v. Google LLC (2022)
Related
Concepts
  • Beauty YouTuber
  • BookTube
  • BreadTube
  • "Don't be evil"
  • Gayglers
  • Google as a verb
  • Google bombing
    • 2004 U.S. presidential election
  • Google effect
  • Googlefight
  • Google hacking
  • Googleshare
  • Google tax
  • Googlewhack
  • Googlization
  • Illegal flower tribute
  • Objectives and key results
  • Rooting
  • Search engine manipulation effect
  • Side project time
  • Sitelink
  • Site reliability engineering
  • StudyTube
  • VTuber
  • YouTube Poop
  • YouTuber
    • list
Products
Android
  • Booting process
  • Custom distributions
  • Features
  • Recovery mode
  • Software development
Street View coverage
  • Africa
  • Antarctica
  • Asia
    • Israel
  • Europe
  • North America
    • Canada
    • United States
  • Oceania
  • South America
    • Argentina
    • Chile
    • Colombia
YouTube
  • Copyright strike
  • Education
  • Features
  • Moderation
  • Most-disliked videos
  • Most-liked videos
  • Most-subscribed channels
  • Most-viewed channels
  • Most-viewed videos
    • Arabic music videos
    • Chinese music videos
    • French music videos
    • Indian videos
    • Pakistani videos
  • Official channel
  • Social impact
  • YouTube Premium original programming
Other
  • Gmail interface
  • Maps pin
  • Most downloaded Google Play applications
  • Stadia games
Documentaries
  • AlphaGo
  • Google: Behind the Screen
  • Google Maps Road Trip
  • Google and the World Brain
  • The Creepy Line
Books
  • Google Hacks
  • The Google Story
  • Googled: The End of the World as We Know It
  • How Google Works
  • I'm Feeling Lucky
  • In the Plex
  • The MANIAC
Popular culture
  • Google Feud
  • Google Me (film)
  • "Google Me" (Kim Zolciak song)
  • "Google Me" (Teyana Taylor song)
  • Is Google Making Us Stupid?
  • Proceratium google
  • Matt Nathanson: Live at Google
  • The Billion Dollar Code
  • The Internship
  • Where on Google Earth is Carmen Sandiego?
Other
  • "Attention Is All You Need"
  • elgooG
  • Generative pre-trained transformer
  • "Me at the zoo"
  • Predictions of the end
  • Relationship with Wikipedia
  • "Reunion"
  • Robot Constitution
Italics denote discontinued products.
  • Category
  • Outline
Portal:
  • icon Internet
Retrieved from "https://teknopedia.ac.id/w/index.php?title=Android_16&oldid=1341312674"
Categories:
  • Android (operating system) versions
  • 2025 software
Hidden categories:
  • Articles with short description
  • Short description is different from Wikidata
  • Use mdy dates from December 2024
  • Use American English from December 2024
  • All Wikipedia articles written in American English
  • Articles containing potentially dated statements from January 2026
  • All articles containing potentially dated statements
  • Commons category link from Wikidata
  • Official website different in Wikidata and Wikipedia

  • indonesia
  • Polski
  • العربية
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • مصرى
  • Nederlands
  • 日本語
  • Português
  • Sinugboanong Binisaya
  • Svenska
  • Українська
  • Tiếng Việt
  • Winaray
  • 中文
  • Русский
Sunting pranala
url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url
Pusat Layanan

UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
Phone: (0721) 702022
Email: pmb@teknokrat.ac.id