This is an Android app developed by Don Mankin. The app is available on Google Play.
I take privacy very seriously. I know how irritating it is when apps collect your data without your knowledge.
I hereby state, to the best of my knowledge and belief, that I have not programmed this app to collect any personally identifiable information. All data created is stored on your device only, and can be simply erased by clearing the app's data or uninstalling it. The data is stored in the minihost.ini file and is encrypted. This app does not create network connections to any devices other than the servers you specify in the settings.
The list of permissions required by the app from in the AndroidManifest.xml file:
<uses-permission
android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"
/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"
/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"
/>
Android Permission |
Why it is required |
INTERNET |
This permission is required by any app that used the internet in any capacity. |
READ_EXTERNAL_STORAGE |
Required to read configuration options from storage. |
WRITE_EXTERNAL_STORAGE |
Required to write configuration options to storage. |
ACCESS_NETWORK_STATE |
Used to maintain network connections. |
ACCESS_WIFI_STATE |
Used to manages wi-fi connectiivity. |
ACCESS_FINE_LOCATION |
App doesn’t require, nor use utilize this function. Not sure why I needed to add it. May be required by a required library. I’m looking into it... |
If you find any security vulnerability that has been inadvertently caused by me, or have any question regarding how the app protectes your privacy, please send me an email and I will try to make it right.
Regards,
Don Mankin
don.mankin@desertsagesolutions.com