ebelinski / apilevels

A microsite overview of all Android 🤖 versions and their corresponding API/SDK levels, version codes, codenames, and market shares.
https://apilevels.com
MIT License
233 stars 27 forks source link

Corrected Android 13 code, added Android U #25

Closed ElegyD closed 2 years ago

ebelinski commented 2 years ago

Nice catch on the Android 13 version code, but I'm a little confused about Android U. Why is it level 10000? And is it really called Android U or will it be Android 14? Or is that just unknown at this point?

ElegyD commented 2 years ago

They use 10000 as the current development build. See here: https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/os/Build.java#468

But they already defined UPSIDE_DOWN_CAKE as the next version code and "Upside Down Cake" as the next codename.

It is unknown whether the next Android version will be 13.1 or 14 or whatever, so I thought we could use U until we know.