This is an open source app. See the main page of this repo for the license.
I hereby state, to the best of my knowledge and belief, that I have not programmed this app to collect any personally identifiable information. Anything that is remembered from the user is stored locally in your device only, and can be erased by clearing the app’s data. No analytics software is present in the app either at the time of writing.
The list of permissions required by the Android version of the app can be found in the AndroidManifest.xml file:
| Permission | Why it is required |
|---|---|
android.permission.Internet |
Needed to access up-to-date data from the internet |
android.permission.ACCESS_COARSE_LOCATION |
This allows you to quickly see OV-fiets locations near your position. Your location is not stored by this app at all. |
android.permission.ACCESS_FINE_LOCATION |
I wanted to use ACCESS_COARSE_LOCATION only since I don’t need an exact location, but then GPS is never used and this often leads to no, or very slow location retrieval. I ask for a fine location to prevent this. |
| Permission | Why it is required |
|---|---|
| GPS location while in use | This allows you to quickly see OV-fiets locations near your position. Your location is not stored by this app at all. |
If you find any problems with this app or have any questions regarding privacy or otherwise, don’t hesitate to create a ticket at https://github.com/cristan/OvFietsBeschikbaarheidApp/issues.