I am working on a simple application, it contains two functions. The first function needs some method from 3.0 API (or lower) and the second function needs the 4.4 API.
I would like to one version! If the running environment is a 4.4 Android, the application support the second option. Otherwise the application doesn't give the second function, but the first function is working correctly.
How can I do it?