-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call requires permission which may be rejected by user #646
Comments
Same issue |
ramijarrar
added a commit
to avorra/react-native-callkeep
that referenced
this issue
Apr 15, 2023
- Add redundant handling for mission permission exceptions. Existing checks work but do not satisfy lint, so this is the only way to resolve react-native-webrtc#646. - Upgrade gradle to maximum compatible version (3.6.4) to satisfy new minimum (3.2.0). - Replace use of deprecated API methods and constants. - Increase android minSdk version to 27 (to use Activity.setShowWhenLocked/setTurnScreenOn).
ramijarrar
added a commit
to avorra/react-native-callkeep
that referenced
this issue
Apr 15, 2023
- Add redundant handling for missing permission exceptions. Existing checks work but do not satisfy lint, so this is the only way to resolve react-native-webrtc#646. - Upgrade gradle to maximum compatible version (3.6.4) to satisfy new minimum (3.2.0). - Replace use of deprecated API methods and constants. - Increase android minSdk version to 27 (to use Activity.setShowWhenLocked/setTurnScreenOn).
ramijarrar
added a commit
to avorra/react-native-callkeep
that referenced
this issue
Jun 6, 2023
- Add redundant handling for missing permission exceptions. Existing checks work but do not satisfy lint, so this is the only way to resolve react-native-webrtc#646. - Upgrade gradle to maximum compatible version (3.6.4) to satisfy new minimum (3.2.0). - Replace use of deprecated API methods and constants. - Increase android minSdk version to 27 (to use Activity.setShowWhenLocked/setTurnScreenOn).
ramijarrar
added a commit
to avorra/react-native-callkeep
that referenced
this issue
Oct 31, 2023
- Add redundant handling for missing permission exceptions. Existing checks work but do not satisfy lint, so this is the only way to resolve react-native-webrtc#646. - Upgrade gradle to maximum compatible version (3.6.4) to satisfy new minimum (3.2.0). - Replace use of deprecated API methods and constants. - Increase android minSdk version to 27 (to use Activity.setShowWhenLocked/setTurnScreenOn).
ramijarrar
added a commit
to avorra/react-native-callkeep
that referenced
this issue
Oct 31, 2023
- Add redundant handling for missing permission exceptions. Existing checks work but do not satisfy lint, so this is the only way to resolve react-native-webrtc#646 - Upgrade gradle to maximum compatible version (3.6.4) to satisfy new minimum (3.2.0) - Use AudioManager.MODE_NORMAL constant explicitly (instead of the equivalent value of "0" currently being used) to satisfy lint - Replace deprecated WindowManager.LayoutParams constants with Activity API methods when using Android SDK v27+
ramijarrar
added a commit
to avorra/react-native-callkeep
that referenced
this issue
Oct 31, 2023
- Add redundant handling for missing permission exceptions. Existing checks work but do not satisfy lint, so this is the only way to resolve react-native-webrtc#646 - Upgrade gradle to maximum compatible version (3.6.4) to satisfy new minimum (3.2.0) - Use AudioManager.MODE_NORMAL constant explicitly (instead of the equivalent value of "0" currently being used) to satisfy lint - Replace deprecated WindowManager.LayoutParams constants with Activity API methods when using Android SDK v27+
ramijarrar
added a commit
to avorra/react-native-callkeep
that referenced
this issue
Oct 31, 2023
- Add redundant handling for missing permission exceptions. Existing checks work but do not satisfy lint, so this is the only way to resolve react-native-webrtc#646 - Upgrade gradle to maximum compatible version (3.6.4) to satisfy new minimum (3.2.0) - Use AudioManager.MODE_NORMAL constant explicitly (instead of the equivalent value of "0" currently being used) to satisfy lint - Replace deprecated WindowManager.LayoutParams constants with Activity API methods when using Android SDK v27+
ramijarrar
added a commit
to avorra/react-native-callkeep
that referenced
this issue
Oct 31, 2023
- Add redundant handling for missing permission exceptions. Existing checks work but do not satisfy lint, so this is the only way to resolve react-native-webrtc#646 - Upgrade gradle to maximum compatible version (3.6.4) to satisfy new minimum (3.2.0) - Use AudioManager.MODE_NORMAL constant explicitly (instead of the equivalent value of "0" currently being used) to satisfy lint - Replace deprecated WindowManager.LayoutParams constants with Activity API methods when using Android SDK v27+
ramijarrar
added a commit
to avorra/react-native-callkeep
that referenced
this issue
Oct 31, 2023
- Add redundant handling for missing permission exceptions. Existing checks work but do not satisfy lint, so this is the only way to resolve react-native-webrtc#646 - Upgrade gradle to maximum compatible version (3.6.4) to satisfy new minimum (3.2.0) - Use AudioManager.MODE_NORMAL constant explicitly (instead of the equivalent value of "0" currently being used) to satisfy lint - Replace deprecated WindowManager.LayoutParams constants with Activity API methods when using Android SDK v27+
ramijarrar
added a commit
to avorra/react-native-callkeep
that referenced
this issue
Oct 31, 2023
- Add redundant handling for missing permission exceptions. Existing checks work but do not satisfy lint, so this is the only way to resolve react-native-webrtc#646 - Upgrade gradle to maximum compatible version (3.6.4) to satisfy new minimum (3.2.0) - Use AudioManager.MODE_NORMAL constant explicitly (instead of the equivalent value of "0" currently being used) to satisfy lint - Replace deprecated WindowManager.LayoutParams constants with Activity API methods when using Android SDK v27+
I'm facing the same issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
I've checked the example to reproduce the issue.
Reproduced on:
Android
iOS
Description
Building the project with react-native-callkeep fails on android
Steps to Reproduce
Android Manifest.xml
Versions
Logs
The text was updated successfully, but these errors were encountered: