I am working on an app that will access different items in the phone status screen for work. I need to be able to get specific software information from the phone to populate in the app. For example: in the droid x, the system version shows as 4.5.605.MB810.Verizon.en.us . This is the software info I need to auto populate. I have tried all of the Build options from the android developer site and I have even tried the SYSTEM_VERSION string from telephony, but they all provide information other than what I need. Can anyone tell me how to reference this software information please?
Share
Check out
android.os.Build. Here are the details:http://developer.android.com/reference/android/os/Build.html
And for OS version specifics, use the nested class
Build.VERSIONdetailed here:http://developer.android.com/reference/android/os/Build.VERSION.html