How to know the SDK version or speed of underlying android device?

Hi there,
I searched Google and these forums but couldn’t find this information.
I’m planning to deploy an android game but for our 2.2 testing devices the game runs slowly
so I was thinking in using different settings for gameplay speeds, etc.

So my question is how I can access this information from inside Unity?
It must be something really simple I’m missing I think I found it somewhere, please help :smile:

thanks

I would assume this is what SystemInfo.operatingSystem is for, though I haven’t used it before. Maybe give that a shot.