Is there any sort of difference I should be lookin...
# android
w
Is there any sort of difference I should be looking out for here:
Copy code
if (permission != PackageManager.PERMISSION_GRANTED)
vs
Copy code
if (permission == PackageManager.PERMISSION_DENIED)
g
Not a Kotlin related question
m
In case Google adds more options, first should still work and second one might not