Skip to content

Commit d562f4b

Browse files
committed
Update README.md
1 parent d14713f commit d562f4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ if (InCallManager.recordPermission !== 'granted') {
170170
}
171171
```
172172

173+
We use android support library v4 to check/request permissions.
174+
You should add `compile "com.android.support:support-v4:23.0.1"` in `$your_project/android/app/build.gradle` dependencies on android.
175+
176+
173177
**NOTE for android:**
174178

175179
React Native does not officially support api 23 currently ( it is on api 22 now. see: [RN known issues](https://facebook.github.io/react-native/docs/known-issues.html#android-m-permissions)) and android supports request permission at runtime since api 23, so it will always return 'granted' immediately after calling `checkRecordPermission()` or `requestRecordPermission()`.

0 commit comments

Comments
 (0)