OnBootKodi: Privacy policy
Welcome to the OnBootKodi app for Android!
This is an open source Android app developed by Jonas Schwarz. the app is available on Google Play.
As an avid Android user myself, 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 (app preferences (like boot options, etc.) ) created by the you (the user) 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:
https://gitlab.com/jnsc/onbootkodi2/-/blob/master/app/src/main/AndroidManifest.xml#L6-L8
Permission | Why it is required |
---|---|
android.permission.RECEIVE_BOOT_COMPLETED | The intent of this app is to boot kodi once the boot of android has finished. This permission enables the app to receive a message from the system once the system has rebooted (For TV) and you have unlocked your device the first time (If used on smartphone). When this message is received, the app will launch kodi. |
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 or post a issue on Gitlab, and I will surely try to fix it/help you.