add privacy policy
This commit is contained in:
parent
0b8a7fda39
commit
3653cfec59
3 changed files with 29 additions and 0 deletions
|
@ -20,6 +20,8 @@ android {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
|
|
||||||
|
resConfigs "en"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -143,6 +145,7 @@ task generateReadmesZip(type: Zip) {
|
||||||
include("users/android_advanced.md")
|
include("users/android_advanced.md")
|
||||||
include("developers/profile_developers_guide.md")
|
include("developers/profile_developers_guide.md")
|
||||||
include("developers/build_segments.md")
|
include("developers/build_segments.md")
|
||||||
|
include("privacy_policy.md")
|
||||||
}
|
}
|
||||||
destinationDirectory = layout.buildDirectory.dir("assets")
|
destinationDirectory = layout.buildDirectory.dir("assets")
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,6 +52,10 @@ offline routing on an Android smartphone.
|
||||||
See the [revision history](revisions.md) for older revisions of the app and the
|
See the [revision history](revisions.md) for older revisions of the app and the
|
||||||
change-log.
|
change-log.
|
||||||
|
|
||||||
|
### Privacy Policy
|
||||||
|
|
||||||
|
Please see [privacy policy](privacy_policy.md)
|
||||||
|
|
||||||
### Google group for support questions and feedback
|
### Google group for support questions and feedback
|
||||||
|
|
||||||
Please use the
|
Please use the
|
||||||
|
|
22
docs/privacy_policy.md
Normal file
22
docs/privacy_policy.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Privacy Policy
|
||||||
|
|
||||||
|
* This app doesn't collect any user data.
|
||||||
|
* This app doesn't save or share position data.
|
||||||
|
* This app doesn't contain or show ads.
|
||||||
|
* This app has no contact with websites other than the routing data download page.
|
||||||
|
|
||||||
|
|
||||||
|
## Permissions
|
||||||
|
|
||||||
|
* INTERNET to download routing data
|
||||||
|
* ACCESS_NETWORK_STATE information if internet is available
|
||||||
|
* FOREGROUND_SERVICE allow the app to work on top of other apps - since Android API 33
|
||||||
|
* POST_NOTIFICATIONS allow to show a notification in status line - since Android API 33
|
||||||
|
|
||||||
|
|
||||||
|
## Contact
|
||||||
|
|
||||||
|
Get in contact to the delevoper team via Github
|
||||||
|
|
||||||
|
https://github.com/abrensch/brouter
|
||||||
|
|
Loading…
Reference in a new issue