Prajwal S Belagavi created FINCN-203:
----------------------------------------
Summary: Checking for Camera Permission instead of Write
Permission in CustomerProfileActivity
Key: FINCN-203
URL: https://issues.apache.org/jira/browse/FINCN-203
Project: Fineract Cloud Native
Issue Type: Bug
Components: fineract-cn-mobile
Reporter: Prajwal S Belagavi
Attachments: FINCN-203.mp4
# Click on "Customer" in side drawer.
# Click on any item in list of customers.
# Click on the profile picture (by default it's the Mifos Logo)
# Click on "Share" option in the appbar.
# Supposing the permission to write to external storage is not given, it'll
ask for permission. When granted it should ideally call the "shareImage"
method, but nothing happens. This is because when the Permission is being
granted, it's checking for "CAMERA" permission instead of
"WRITE_EXTERNAL_STORAGE" permission.
It occurs when the permission is being granted initially and later, this error
does not occur.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)