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()
Make sure class exampleActivity class is extending from AppCompatActivity.
exampleActivity
AppCompatActivity
Make sure that your minSdkVersion is 23 in the build.gradle file.
Sync your gradle after making this change.
That should work.