I am trying to make runtime permissions backward compatible with older devices but using the support library i cant find checkSelfPermission() static call in
checkSelfPermission() didn't get introduced into the native Context until API 23. So you will need to use at least version 23.0.0 of the support library.