Privacy Policy PeakPing


Last updated


About the app

PeakPing is an Android app that displays real-time GPS elevation and accuracy data. The source code is available under the GPLv3 license.

What data is processed?

Location data (GPS)

PeakPing requests access to your precise location (ACCESS_FINE_LOCATION). The app reads exclusively from your device’s hardware GPS chip, no wifi- or mobile network-based location is used. The following data is processed:

  • Latitude and longitude
  • Altitude above sea level
  • Horizontal and vertical accuracy
  • Number of GPS satellites used

All this data stays locally on your device. It is not sent to the developer or any external server.

Barometer sensor

If your device has a barometer sensor, the app reads atmospheric pressure to provide smoother altitude readings between GPS fixes. This data is only processed in memory and is never stored or
transmitted.

Reverse geocoding (place name)

To display a place name (“City, Country”) alongside your location, the app uses Android’s built-in Geocoder API. This API may use Google’s geocoding servers. Please refer to https://policies.google.com/privacy for more information on how Google processes this data.

Saved locations (pins)

When you save a location, the following data is stored locally in your device’s app storage (SharedPreferences):

  • Latitude and longitude
  • Elevation
  • Place name
  • Timestamp of saving
  • Your chosen label

This data does not leave your device. You can delete saved locations at any time from within the app. App settings Your theme preference (dark/light/system) and unit system (metric/imperial) are stored locally in SharedPreferences. No other settings are tracked.

What the app does NOT do

  • The app does not transmit location or sensor data to the developer
  • The app contains no advertisements
  • The app contains no third-party analytics or crash reporting
  • The app does not use cookies or tracking technologies
  • The app does not create accounts and does not require registration

Permissions

Permission Purpose
ACCESS_FINE_LOCATION Display GPS elevation and location
ACCESS_COARSE_LOCATION Required by Android alongside fine location

You can revoke the location permission at any time via Android settings. Without this permission the app will not function.

Data storage and security

All data is stored exclusively on your device using standard Android SharedPreferences storage. When you uninstall the app, all stored data is automatically deleted.

Children

The app is not specifically directed at children under the age of 13. No personal data is collected or transmitted.

Changes to this policy

Changes will be published on this page with an updated date at the top.

Contact

For questions about this privacy policy, please contact marcel@bootsman.org.