I set my targetSdkVersion to 23, and therefore I want to implement "Request Permissions at Runtime". (see here )
Lint directly calls if you forgot to check the resolution and reports the following:
A call requires permission, which can be rejected by the user: the code must explicitly check whether the permission is available (with checkPermission ) or explicitly handle the `SecurityException 'potential
This is pretty nice, and I want to analyze my code for any call that I can forget, but I can’t find the Lint option that I have to select in my inspection profile.
What is the name of the inspection? Thanks!
android android permissions lint
Jacksonf1re
source share