WARNINGLikelyGuideline Permissions
AndroidPrivacy
Runtime Permission Rationale Recommended
Apps should explain why permissions are needed before requesting them. This improves user trust and acceptance rates.
Quick Fix
Before requesting dangerous permissions, check shouldShowRequestPermissionRationale() and display an explanation dialog if the user has previously denied the permission.
What Gets Detected
Detection Type:COMPOUND