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,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