TopoSuite is an open source Android application developed by Robin Hahling, Kevin Gillieron and other contributors. It is a free software licensed under the GNU GPLv2 license or later and the source code is available on GitHub. This means that you can freely use, study, redistribute and modify this program. You must, however, publish any changes to the source code and make them available under the same license.
This application, to the best of the developers knowledge, does not collect any personally identifiable information, with or without user consent. All data created by the application is stored locally on the device only unless explicitly shared by the user.
The list of permissions required by the application can be found in the
AndroidManifest.xml
file:
https://github.com/hgdev-ch/toposuite-android/blob/master/app/src/main/AndroidManifest.xml
Permission | Why it is required |
---|---|
android.permission.WRITE_EXTERNAL_STORAGE |
This permission is required to save calculation history and list of geo points to shared storage. |