Hello,
I understand that to work with an sql database within an app it first needs to be copied from assets to a local store. I was wondering whether this copy operation would require an additional permission from the user?
My app currently reads from a json file residing in assets. It doesn’t require any permissions. I wonder if I migrate to a database whether I will have to introduce a permission?
Thanks for any guidance,
Jimbo