Explorar el Código

updated readme with android external storage permission

Yonah Forst hace 7 años
padre
commit
c1c67b7e53
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      README.md

+ 2
- 0
README.md Ver fichero

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