I try to get my application to request and verify the permissions.
int permissionCheck = ContextCompat.checkSelfPermission (this, Manifest.permission.ACCESS_FINE_LOCATION);
The problem is that Android studio gives me an error in the word "permission"
Does anyone know any solution?