permissions Result
Defines the behavior related to choosing an image from the Gallery based on the permissions granted by the user.
Parameters
grantResults
The grant results for the corresponding permissions which is either PackageManager.PERMISSION_GRANTED
or PackageManager.PERMISSION_DENIED
. Never null.