Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.98 KB

Privacy_Policy.md

File metadata and controls

37 lines (25 loc) · 1.98 KB

Juice Me: Privacy policy

Welcome to the Juice Me app for Android!

This is an open source Android app developed by Happiness Munatsi Ncube. The source code is available on GitHub.

This application will not send your data to any server, all your data is stored on your device only, and can be simply erased by clearing the app's data or uninstalling it.

Explanation of permissions requested in the app

The list of permissions required by the app can be found in the AndroidManifest.xml file:

<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28" />
<uses-permission android:name="android.permission.CALL_PHONE"/>


You, as the user, or the system, can revoke this permission at any time from Settings.
The application will continue working in a limited capacity without one or all of the permissions.

Permission Why it is required
android.permission.CAMERA This is required to take the image of the recharge card. Without this permission the user has to use another application to take the image of the card
android.permission.WRITE_EXTERNAL_STORAGE Permission needed to store the recharge card image in the device if the user wants to
android.permission.CALL_PHONE Permission needed to dial the recharge card number
android.permission.ACCESS_NETWORK_STATE Permission used to check the network provider in use
android.permission.INTERNET Permission used to download additional ML data if need be
android.permission.READ_EXTERNAL_STORAGE Permission used to read stored images from the device

If you find any security vulnerability or have any question regarding how the app protectes your privacy, please send me an email or open an issue on GitHub, and I will surely try to fix it/help you.

Yours sincerely,
Happiness Munatsi Ncube
Domboshawa, Zimbabwe
[email protected]