I have an app which needs to do something differently on new Android 4.3 devices. I was looking at using:
http://developer.android.com/training/basics/supporting-devices/platforms.html#version-codes
To check the version is 4.3 however there does not seem to be a Build.VERSION_CODES
for 4.3?
So how could I go about finding out if the device is running Android 4.3