Does anyone know how can I check the system version (e.g. 1.0
, 2.2
, etc.) programatically?
The Latest Version of Android is 12.0 The initial version of Android 12.0 was released on October 19, 2021, on Google's Pixel smartphones. It is also arriving on Samsung Galaxy, OnePlus, Oppo, Realme, Tecno, Vivo, Xiaomi, and other devices later this year.
Android 12 is code-named Snow Cone and it will come with new UI, one-hand mode - Technology News.
Example how to use it:
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.GINGERBREAD) { // only for gingerbread and newer versions }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With