Closed ppyordanov closed 9 years ago
Considering the need for location tracking, the app would require the following permissions:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Those permissions will let the application use the device GPS sensor and Internet resources as well as check phone connectivity immediately after the client has been started.
NOTE: additional permissions may be required.
This task is relevant to #50 .
This task has been completed and can be closed now.
In order to track geolocation, the client Android app needs to have received permissions from the device it has been installed on. This needs to be configured.