We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d562f4b commit 9fb0520Copy full SHA for 9fb0520
README.md
@@ -26,7 +26,10 @@ use `rnpm link react-native-incall-manager` to link or manually if you like.
26
27
**optional sound files on android**
28
if you want to use bundled ringtone/ringback/busytone sound instead of system sound
29
-
+
30
+We use android support library v4 to check/request permissions.
31
+You should add `compile "com.android.support:support-v4:23.0.1"` in `$your_project/android/app/build.gradle` dependencies on android.
32
33
put files in `android/app/src/main/res/raw`
34
and rename file correspond to sound type:
35
0 commit comments