Policy summary
Internet Access
android.permission.INTERNET
This permission is needed for the majority of the app features when user wants to sync the data/work with the web-portal.
Wifi/Network Connectivity
android.permission.ACCESS_NETWORK_STATE
This permission is needed to check for wifi/cellular network connectivity.
Camera/Video
android.permission.CAMERA
This permission is needed to allow app capture images or video in the app and attach and save it to work or report and other various modules of app.
Read/Write External storage
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
This permission is needed by the app to get support for saving the files in the external storage available. This will also enable app to read the files generated by the app.
Read/Write Internal storage
android.permission.READ_INTERNAL_STORAGE
android.permission.WRITE_INTERNAL_STORAGE
This permission is needed by the app to get support for saving the files in the internal storage of device. This will also enable app to read the files generated by the app.
Read/Write Contacts
android.permission.READ_CONTACTS
android.permission.WRITE_CONTACTS
This permission is needed by the app to get support for managing the contacts inside the app. Users can access and create contacts within the app. In the reports, they can select the contacts to assign to the report.
Read/Write Calendar
android.permission.READ_CALENDAR
android.permission.WRITE_CALENDAR
This permission is needed by the app to get the access to calendar and events in the calendar. This will be also needed to let users create events in their calendar from with-in the app.
Record Audio
android.permission.RECORD_AUDIO
This permission is needed by the app to get access to the microphone of the device to record audio and save with the report.
Location
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
This permission is by the app to have access to user's current location and show the location on the map in the app.