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
targetSdkVersion
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.