I want to check a permission inside a fragment.
my code:
// Here, thisActivity is the current activity if (ContextCompat.checkSelfPe
onRequestPermissionsResult is invoked in the activity not the fragment. Try overriding onRequestPermissionsResult in the activity instead.
onRequestPermissionsResult