-
How to Disable (delete) Permissions From App
over 7 years ago
-
over 7 years ago
As I have gone through the information that you have provided you just need to delete WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE permission from manifest file and delete the run-time permission code too from your android project.
else
you can go through below mentioned link that will help you to sort out the problem
http://findnerd.com/account#url=/list/view/RuntimePermissions-Android/32870/ -
1 Answer(s)