Permission usage
Why are all those permissions necessary?
- android.permission.WRITE_EXTERNAL_STORAGE — Backing up the database to local storage
- android.permission.READ_CONTACTS — Get contact information when adding a contact to a reminder
- android.permission.INTERNET — Send email reminders (donate version)
- android.permission.CAMERA — Add pictures to reminders
- android.permission.GET_ACCOUNTS — Select the Google account for the sync feature
In-app purchases — Used to enable purchase of the donate version from within the app
Photos / Media / Files — Used for local backups and for saving images to storage