Skip to content

Commit

Permalink
Add privacy policy
Browse files Browse the repository at this point in the history
Update crashlytics dependency version
  • Loading branch information
codinguser committed Sep 20, 2018
1 parent 7301bd3 commit c546904
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ dependencies {
exclude module: 'httpclient'
}

implementation('com.crashlytics.sdk.android:crashlytics:2.6.7@aar') {
implementation('com.crashlytics.sdk.android:crashlytics:2.9.5@aar') {
transitive = true;
}

Expand Down
15 changes: 15 additions & 0 deletions privacy_policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
GnuCash Android App Privacy Policy
==================================

Gnucash Android uses the third party service Crashlytics for collecting the crash log data (if enabled).
This information is used by the app developers to fix issues in the app and improve functionality.

No personally identifiable information is automatically collected as part of this process.
The privacy policy of the Crashlytics service can be found here: http://try.crashlytics.com/terms/privacy-policy.pdf

By default the crash log submission is turned off. If you opt-in to submit crash logs,
we collect information which includes, but is not limited to, device state information,
unique device identifiers, device hardware and OS information relating to how the application functions.

For users of the beta version of the app, the collection of log data is switched on by default (with the possibility to opt out).
For all other regular users, the collection of the data is opt-in.

0 comments on commit c546904

Please sign in to comment.