feat(#3409): Add analytics notice to welcome screen (#3410)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-10-08 20:04:34 -05:00 committed by GitHub
parent 82b9c2e979
commit f2c9d05968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 103 additions and 6 deletions

View file

@ -929,4 +929,12 @@
<string name="error_no_app_to_handle_link">No application available to handle link.</string>
<string name="system_settings">System Settings</string>
<string name="no_local_stats">No Stats Available</string>
<string name="analytics_notice">Analytics are collected to help us improve the Android app (thank you), we will receive anonymized information about user behavior. This includes crash reports, screens used in the app, etc.</string>
<string name="analytics_platforms">"Analytics platforms: "</string>
<string name="firebase_link" translatable="false">Firebase https://firebase.google.com/</string>
<string name="datadog_link" translatable="false">Datadog https://www.datadoghq.com/</string>
<string name="for_more_information_see_our_privacy_policy">For more information, see our privacy policy.</string>
<string name="privacy_url" translatable="false">" https://meshtastic.org/docs/legal/privacy/"</string>
</resources>