Skip to content

Commit 467ec7c

Browse files
committed
Fix IllegalArgumentException
1 parent 197c718 commit 467ec7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/wazo/callkeep/RNCallKeepModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
// @see https://github.com/kbagchiGWC/voice-quickstart-android/blob/9a2aff7fbe0d0a5ae9457b48e9ad408740dfb968/exampleConnectionService/src/main/java/com/twilio/voice/examples/connectionservice/VoiceConnectionServiceActivity.java
5151
public class RNCallKeepModule extends ReactContextBaseJavaModule {
52-
public static final int REQUEST_READ_PHONE_STATE = 394858;
52+
public static final int REQUEST_READ_PHONE_STATE = 1337;
5353
public static final int REQUEST_REGISTER_CALL_PROVIDER = 394859;
5454

5555
public static final String CHECKING_PERMS = "CHECKING_PERMS";

0 commit comments

Comments
 (0)