Reputation: 1621
how can i get bootloader version number in API level 3.
Upvotes: 1
Views: 435
Reputation:
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
Upvotes: 1