浏览代码

updated readme with android external storage permission

Yonah Forst 8 年之前
父节点
当前提交
c1c67b7e53
共有 1 个文件被更改,包括 2 次插入0 次删除
  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`