Abhi347/NoobCameraFlash

Remove External Storage Permission

Closed this issue · 0 comments

As mentioned in #1 , External Storage permissions are not required if we are not accessing the external storage at all. The permission is not added by NoobCameraFlash library itself, but the helper library LumberJack is the real culprit here.
Fortunately, I am the author of LumberJack too and I have removed the permission from the library manifest and allowed the user to add those permission in their own manifest if they need it.
We just need to use version 0.0.3 and above of LumberJack to fix this.