File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ Here's a map of types to Android system permissions names:
170170` camera ` -> ` android.permission.CAMERA `
171171` microphone ` -> ` android.permission.RECORD_AUDIO `
172172` photo ` -> ` android.permission.READ_EXTERNAL_STORAGE `
173+ ` storage ` -> ` android.permission.READ_EXTERNAL_STORAGE `
173174` contacts ` -> ` android.permission.READ_CONTACTS `
174175` event ` -> ` android.permission.READ_CALENDAR `
175176
@@ -241,4 +242,4 @@ A: `rnpm` may not have linked correctly. Follow the manual linking steps and mak
241242A: starting with xcode 8, you need to add permission descriptions. see iOS notes for more details. Thanks to @jesperlndk for discovering this.
242243
243244#### Q: iOS - app crashes when I change permissions from settings
244- A: This is normal. iOS restarts your app when your privacy settings change. Just google "ios crash permission change"
245+ A: This is normal. iOS restarts your app when your privacy settings change. Just google "ios crash permission change"
You can’t perform that action at this time.
0 commit comments