Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.81 KB

PRIVACY_POLICY.md

File metadata and controls

35 lines (23 loc) · 1.81 KB

Privacy Policy of Open Note

This is an open source Android app developed by Yang Dai. The source code is available on GitHub under the Apache License (2.0 or later).

Data collected by apps and third-party SDKs

Open Note itself does not collect user confidential data and personal information such as address, name and E-Mail.

Third-party SDKs will be explained in the following table:

SDK name Purpose of using SDK Data collected by SDK
Firebase Analyze application crashes and ANR situations Device model, OS version, code crash location and error message

Firebase Terms of Service

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.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature
android:name="android.hardware.camera"
android:required="false" />

Permission Purpose
android.permission.USE_BIOMETRIC Used to implement application login function
android.permission.CAMERA Used for OCR recognition and capturing images
android.permission.INTERNET Used to access the internet for loading images in markdown

If you have any questions about this Policy or personal information protection, you can send your written questions, opinions, or suggestions to the following E-Mail address: dy15800837435@gmail.com