Ver código fonte

updated readme with android external storage permission

Yonah Forst 8 anos atrás
pai
commit
c1c67b7e53
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      README.md

+ 2 - 0
README.md

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