Browse Source

updated readme with android external storage permission

Yonah Forst 7 years ago
parent
commit
c1c67b7e53
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

108
 |`reminder`| ✔️ | ❌ |
108
 |`reminder`| ✔️ | ❌ |
109
 |`notification`| ✔️ | ❌ |
109
 |`notification`| ✔️ | ❌ |
110
 |`backgroundRefresh`| ✔️ | ❌ |
110
 |`backgroundRefresh`| ✔️ | ❌ |
111
+|`storage`| ❌️ | ✔ |
111
 
112
 
112
 ###Methods
113
 ###Methods
113
 | Method Name | Arguments | Notes
114
 | Method Name | Arguments | Notes
159
 `camera` -> `android.permission.CAMERA`  
160
 `camera` -> `android.permission.CAMERA`  
160
 `microphone` -> `android.permission.RECORD_AUDIO`  
161
 `microphone` -> `android.permission.RECORD_AUDIO`  
161
 `photo` -> `android.permission.READ_EXTERNAL_STORAGE`  
162
 `photo` -> `android.permission.READ_EXTERNAL_STORAGE`  
163
+`storage` -> `android.permission.READ_EXTERNAL_STORAGE`  
162
 `contacts` -> `android.permission.READ_CONTACTS`  
164
 `contacts` -> `android.permission.READ_CONTACTS`  
163
 `event` -> `android.permission.READ_CALENDAR`  
165
 `event` -> `android.permission.READ_CALENDAR`  
164
 
166