Zach Bublil
Zach Bublil

Reputation: 867

Get android OS version table

My app is based on webview with js interface. The js interface uses a hardcode table of all android OS versions. I want to know if the android SDK includes something like that,i know I can get the device OS versions but I need a list of all the existing OS versions.

Upvotes: 1

Views: 130

Answers (1)

Nir Duan
Nir Duan

Reputation: 6392

Build.VERSION_CODES is the class you're looking for.

Upvotes: 1

Related Questions