I need to give different functionalities for OS version > 4.4.2 and OS versions <= 4.4.2 .
When I used android.os.Build.VERSION_CODES for that purpose it is giving me the code corresponding to KITKAT for all versions of 4.4,4.4.1,4.4.2,4.4.3 . So how can I specifically differentiate between OS version 4.4.2 and 4.4.3?