The post will indicate how you can get manufacturer, model and OS version of your Android devices. Android Current Build Information is very useful especially for debugging errors on specific devices.
Don’t miss out
Develop Android Apps with Kotlin
android.os.Build provide various information about the current build the devices, extracted from system properties. here is a simple example to get the manufacturer and model of the device, and the version of the Android.
Let’s jump to the code and see how we can achieve this.
Android Current Build Information
Read More
Develop Android Apps with Kotlin
Enable Developer Options on Android device
That’s it for now.
If you liked this article, then please subscribe to my YouTube Channel for video tutorials.