瀏覽代碼

fix: quick privacy policy

beautusg 7 年之前
父節點
當前提交
9a5e0c6f5e
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      docs/privacy.txt

+ 13 - 0
docs/privacy.txt

@@ -0,0 +1,13 @@
+Personal information
+
+We made Apps with your privacy in mind, so we do not collect personally identifiable information about you. In other words, we do not collect information such as your name, address, phone number, email address or precise geographic location.
+
+
+
+Explains for some permission requests
+
+in my application, I request somes sensitive permissions to make functions of application work properly:
+
+android.permission.RECORD_AUDIO: to use microphone to record voice as the main feature of the app described
+android.permission.STORAGE android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_EXTERNAL_STORAGE: to save files on storage (internal and external)
+android.permission.READ_PHONE_STATE: to detect incomming calls to handle voice recording properly, stop and save recording when user pick up the call.