소스 검색

Update privacy.txt

Beautus S. Gumede 7 년 전
부모
커밋
76b935a77f
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 6 5
      docs/privacy.txt

+ 6 - 5
docs/privacy.txt

@@ -1,13 +1,14 @@
+Definitions
+We - The dev, contributors and/or the app itself as an entity
+
 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.
+Slim was made 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:
+in my application, I request some 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.
+android.permission.RECORD_AUDIO: to use microphone to record voice notes as the additional feature of the app described