I\'m studying the new permission model of Android Marshmallow but I\'m facing an issue I find odd.
An app with targetSdkVersion
22 (so not yet using the
Use the android.support.v4.content.PermissionChecker
https://developer.android.com/reference/android/support/v4/content/PermissionChecker.html
In order to use the new permission models (and checking if your app has or not the permission) you need to update your target SDK to 23. It doesn't make any sense to keeping target 22.