Jelajahi Sumber

Merge pull request #20 from wootwoot1234/patch-1

Update README.md
Yonah Forst 9 tahun lalu
induk
melakukan
267061d29b
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -84,7 +84,7 @@ Promises resolve into one of these statuses
 |---|---|
 |`authorized`| user has authorized this permission |
 |`denied`| user has denied permissions at least once. On iOS this means that the user will not be prompted again. Android users can be promted multiple times until they select 'Never ask me again'|
-|`restricted`| iOS only|
+|`restricted`| iOS only, it generally means that the user is not able to grant the indicated permission; either because it its not supported by the device or because it has been blocked by parental controls. |
 |`undetermined`| user has not yet been prompted with a permission dialog |
 
 ###Supported permission types
@@ -200,4 +200,4 @@ public class MainApplication extends Application implements ReactApplication {
 
     ...
 }
-```
+```