device BOOTLOADER version number in android 1.6
how can i get bootl开发者_运维知识库oader version number in API level 3.
I don't think that this is possible, since the Flag is only available in API level 8 and above. But maybe you could use something like this:
http://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID
精彩评论