Ajay Singh
Ajay Singh

Reputation: 1621

device BOOTLOADER version number in android 1.6

how can i get bootloader version number in API level 3.

Upvotes: 1

Views: 435

Answers (1)

anon
anon

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

Related Questions