소스 검색

updated readme with android external storage permission

Yonah Forst 7 년 전
부모
커밋
c1c67b7e53
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      README.md

+ 2
- 0
README.md 파일 보기

@@ -108,6 +108,7 @@ Promises resolve into one of these statuses
108 108
 |`reminder`| ✔️ | ❌ |
109 109
 |`notification`| ✔️ | ❌ |
110 110
 |`backgroundRefresh`| ✔️ | ❌ |
111
+|`storage`| ❌️ | ✔ |
111 112
 
112 113
 ###Methods
113 114
 | Method Name | Arguments | Notes
@@ -159,6 +160,7 @@ Here's a map of types to Android system permissions names:
159 160
 `camera` -> `android.permission.CAMERA`  
160 161
 `microphone` -> `android.permission.RECORD_AUDIO`  
161 162
 `photo` -> `android.permission.READ_EXTERNAL_STORAGE`  
163
+`storage` -> `android.permission.READ_EXTERNAL_STORAGE`  
162 164
 `contacts` -> `android.permission.READ_CONTACTS`  
163 165
 `event` -> `android.permission.READ_CALENDAR`  
164 166