After looking over this https://docs.coronalabs.com/guide/data/readWriteFiles/index.html
I wonder if there are any permissions needed to save and load a file on an android device, especially:
• READ_EXTERNAL_STORAGE
• WRITE_EXTERNAL_STORAGE
because this are sensitive permissions and I would like to remove them completely from the build settings.
I’m storing information on device when a purchase was successful and this is looked up each game session.
Can I remove the permissions?