Home:ALL Converter>Ask for WRITE_EXTERNAL_STORAGE permission from two different functions in the same activity

Ask for WRITE_EXTERNAL_STORAGE permission from two different functions in the same activity

Ask Time:2019-01-09T11:47:04         Author:Avijit

Json Formatter

I have two different functions for takeScreenshot and saveAsPDF, both of them requires WRITE_EXTERNAL_STORAGE permission. But how can I create a switch case in onRequestPermissionsResult for same permission in the same Activity because requestCode is same in both the cases.

Author:Avijit,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/54102971/ask-for-write-external-storage-permission-from-two-different-functions-in-the-sa
yy