newlogic / smartscanner-core

ID scanning Android app and library. Supports MRZ, NFC, Barcodes, and ID PASS Lite cards.
Apache License 2.0
70 stars 19 forks source link

Allow Access to All Files #109

Closed ErsinDemirbas closed 2 years ago

ErsinDemirbas commented 2 years ago

Hello, how to remove this 'allow access to all files' request from app? (Version 0.3.3)

rjmangubat23 commented 2 years ago

@ErsinDemirbas we are currently using the storage permission to store the image after a successful scan. For this, you will have to modify the existing permissions that concern WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE.

ErsinDemirbas commented 2 years ago

Thank you so much 👍