I installed emulator for Marshmallow (MNC) but when I call Build.VERSION.SDK_INT it's returning to me 22. It has the functionality of MNC because it has runtime permissions etc and the calls work but it's just the build version that's off. How can this be resolved.
So to be clear, the code Build.VERSION.SDK_INT
returns 22 on a api 23 emulator, why?