I need to check in code what Android release version is running currently on target device. Can you supply code example?
I think this is a duplicate of my own question: ndk version at run time. Short answer: no easy way for a native application to do it (you could however run a Java app and communicate with it to get the version).