Giter Club home page Giter Club logo

markor-private-policy's Introduction

Markor-Private-Policy

Markor - Note and Todo List: Privacy policy

Welcome to the Markor - Note and Todo List for Android!

This app will be available on Google Play soon.

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 my app will not collect any personally identifiable information, besides the Advertising ID of your device (for serving the advertisements). All data (created by 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:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission 
android:name="android.permission.INTERNET" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission 
android:name="android.permission.RECORD_AUDIO" />

Permission Why it is required
android.permission.WRITE_EXTERNAL_STORAGE Allows my application to write to external storage.
android.permission.READ_EXTERNAL_STORAGE Allows my application to read from external storage.
com.android.launcher.permission.INSTALL_SHORTCUT Allows my application to install a shortcut in Launcher.
android.permission.INTERNET Allows my application to open network sockets. Markor does not use your internet connection unless the user-generated content references external resources (for example, when you reference an external image by URL).
android.permission.RECORD_AUDIO Attach voice notes to the text. The permission is only used after click on the "attach audio" button, at the audio record dialog. Audio recording is always started and stopped manually by you (button press).

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 surely try to fix it/help you.

Yours sincerely,
Seal Accessibility.
Irvine, CA, USA.
[email protected]

markor-private-policy's People

Contributors

stephenhe1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.